Skip to content

Commit 467a834

Browse files
author
khanhkhanhlele
committed
Fix typos in src/main/java/com/thealgorithms/matrix/RotateMatrixBy90Degrees.java
1 parent f0a437d commit 467a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/matrix/RotateMatrixBy90Degrees.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static void printMatrix(int[][] arr) {
4040
}
4141

4242
/**
43-
* Class containing the algo to roate matrix by 90 degree
43+
* Class containing the algo to rotate matrix by 90 degree
4444
*/
4545
final class Rotate {
4646
private Rotate() {

0 commit comments

Comments
 (0)