diff --git a/Sorts/BubbleSort.java b/Sorts/BubbleSort.java index 648501077..93364369a 100644 --- a/Sorts/BubbleSort.java +++ b/Sorts/BubbleSort.java @@ -9,7 +9,7 @@ class BubbleSort /** * This method implements the Generic Bubble 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 **/