Skip to content

Commit db9be2b

Browse files
authored
docs: typo fix
1 parent 5613eae commit db9be2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* The space complexity is O(k), where k is the range of the input integers.
1212
*
13-
* Note: This implementation handle negative integers as it
13+
* Note: This implementation handles negative integers as it
1414
* calculates the range based on the minimum and maximum values of the array.
1515
*
1616
*/

0 commit comments

Comments
 (0)