Skip to content

Commit d16336a

Browse files
authored
chore: fix spelling
./Sorts/PancakeSort.js:36: essentialy ==> essentially
1 parent 315db14 commit d16336a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/PancakeSort.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function flipArray (array, startIndex, endIndex) {
3333
array[startIndex] = array[endIndex]
3434
array[endIndex] = temp
3535

36-
// essentialy reducing the problem to a smaller subarray
36+
// essentially reducing the problem to a smaller subarray
3737
startIndex++
3838
endIndex--
3939
}

0 commit comments

Comments
 (0)