chore: fix spelling

./Sorts/IntroSort.js:303: Implented ==> Implemented
This commit is contained in:
Rak Laptudirm
2021-10-28 13:50:05 +05:30
committed by GitHub
parent 59e9baf11b
commit 315db14c5f

View File

@ -300,7 +300,7 @@ function demo2 () {
}
}
if (faulty) {
return 'WRONG Implented Comparator!!'
return 'WRONG Implemented Comparator!!'
} else {
return 'Comparator Works Fine:)'
}