Skip to content

Commit 326b210

Browse files
fixed javadoc for QuickSort
1 parent cd35dc7 commit 326b210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/marioluan/algorithms/sorting/QuickSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void sort(Comparable[] a) {
4141
}
4242

4343
/**
44-
* Recursively sort the array a within a and hi bounds.
44+
* Recursively sort the array a within lo and hi bounds.
4545
*
4646
* @param a
4747
* the array to be sorted

0 commit comments

Comments
 (0)