Skip to content

Commit 171a2c3

Browse files
committed
docs: fix
1 parent e1beca0 commit 171a2c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,8 +1501,7 @@ func generate(_ numRows: Int) -> [[Int]] {
15011501

15021502
Given an m x n matrix, return all elements of the matrix in spiral order.<br>
15031503

1504-
<img src="https://github.com/lgreydev/Help/blob/master/Screenshots/spiral.jpg" width="350">
1505-
<img src="https://github.com/lgreydev/Help/blob/master/Screenshots/spiral1.jpg" width="350">
1504+
<img src="https://github.com/lgreydev/Help/blob/master/Screenshots/spiral.jpg" width="350"><img src="https://github.com/lgreydev/Help/blob/master/Screenshots/spiral1.jpg" width="350">
15061505

15071506
**Example 1:**<br>
15081507
*Input:* `matrix = [[1,2,3],[4,5,6],[7,8,9]]`<br>

0 commit comments

Comments
 (0)