Skip to content

Commit 315db14

Browse files
authored
chore: fix spelling
./Sorts/IntroSort.js:303: Implented ==> Implemented
1 parent 59e9baf commit 315db14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/IntroSort.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function demo2 () {
300300
}
301301
}
302302
if (faulty) {
303-
return 'WRONG Implented Comparator!!'
303+
return 'WRONG Implemented Comparator!!'
304304
} else {
305305
return 'Comparator Works Fine:)'
306306
}

0 commit comments

Comments
 (0)