We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315db14 commit d16336aCopy full SHA for d16336a
Sorts/PancakeSort.js
@@ -33,7 +33,7 @@ export function flipArray (array, startIndex, endIndex) {
33
array[startIndex] = array[endIndex]
34
array[endIndex] = temp
35
36
- // essentialy reducing the problem to a smaller subarray
+ // essentially reducing the problem to a smaller subarray
37
startIndex++
38
endIndex--
39
}
0 commit comments