diff --git a/Sorts/InsertionSort.java b/Sorts/InsertionSort.java index ee33a03fd..c77b895f7 100644 --- a/Sorts/InsertionSort.java +++ b/Sorts/InsertionSort.java @@ -9,7 +9,7 @@ class InsertionSort { /** * This method implements the Generic Insertion Sort * - * @param array The array to make the binary search + * @param array The array to be sorted * @param last The count of total number of elements in array * Sorts the array in increasing order **/