Skip to content

Commit 0ed5135

Browse files
committed
docs: fix
1 parent 171a2c3 commit 0ed5135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +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"><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/spiral1.jpg" width="350"><img src="https://github.com/lgreydev/Help/blob/master/Screenshots/spiral.jpg" width="350">
15051505

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

0 commit comments

Comments
 (0)