Skip to content

Commit adff5b7

Browse files
Update ReverseQueueRecursion.java
1 parent 5e33e6d commit adff5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/queues/ReverseQueueRecursion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public final class ReverseQueueRecursion {
99

1010
private ReverseQueueRecursion() {
11-
// Private constructor to prevent instantiation
11+
// private constructor to prevent instantiation
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)