Skip to content

Commit f4814ba

Browse files
committed
Fix typo
1 parent 199d263 commit f4814ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/CycleSort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function cycleSort (list) {
2020
position++
2121
}
2222
}
23-
// if its the same continue
23+
// if it is the same, continue
2424
if (position === cycleStart) {
2525
continue
2626
}

0 commit comments

Comments
 (0)