Skip to content

Commit 3b14d6d

Browse files
author
Lê Nam Khánh
authored
chore: fix typos in src/main/java/com/thealgorithms/matrix/RotateMatrixBy90Degrees.java (#7038)
Fix typos in src/main/java/com/thealgorithms/matrix/RotateMatrixBy90Degrees.java
1 parent 26b47cb commit 3b14d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)