We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199d263 commit f4814baCopy full SHA for f4814ba
Sorts/CycleSort.js
@@ -20,7 +20,7 @@ function cycleSort (list) {
20
position++
21
}
22
23
- // if its the same continue
+ // if it is the same, continue
24
if (position === cycleStart) {
25
continue
26
0 commit comments