diff --git a/problems/0054.螺旋矩阵.md b/problems/0054.螺旋矩阵.md index 175ae147..022eed66 100644 --- a/problems/0054.螺旋矩阵.md +++ b/problems/0054.螺旋矩阵.md @@ -348,7 +348,7 @@ class Solution(object): return print_list ``` -### Go: +### Go ```go func spiralOrder(matrix [][]int) []int {