Skip to content

Commit 32e18ca

Browse files
committed
rotate-image: fix typo
1 parent f8585d3 commit 32e18ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_Arrays/rotate-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ rotate the input matrix in-place such that it becomes:
6363
- We traverse the 2D matrix layer by layer.
6464
- Start from all four corners of the layer and then move them one by one. And swap them appropriately.
6565

66-
> The comments in the code have a good explanation about how sweeping layer by layer
66+
> The comments in the code have a good explanation about how we sweep layer by layer

0 commit comments

Comments
 (0)