Skip to content

Commit b3232f7

Browse files
authored
docs: typo fix
1 parent 575a00d commit b3232f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.sorts;
22

33
/**
4-
* BubbleSort algorithm implements using recursion
4+
* BubbleSort algorithm implemented using recursion
55
*/
66
public class BubbleSortRecursive implements SortAlgorithm {
77
/**

0 commit comments

Comments
 (0)