Skip to content

Commit 36232a8

Browse files
authored
1 parent 9ce275c commit 36232a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/sorts/QuickSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private static <T extends Comparable<T>> void doSort(
4040
}
4141

4242
/**
43-
* Ramdomize the array to avoid the basically ordered sequences
43+
* Randomize the array to avoid the basically ordered sequences
4444
*
4545
* @param array The array to be sorted
4646
* @param left The first index of an array

0 commit comments

Comments
 (0)