mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
chore: fix spelling
./Sorts/IntroSort.js:303: Implented ==> Implemented
This commit is contained in:
@ -300,7 +300,7 @@ function demo2 () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (faulty) {
|
if (faulty) {
|
||||||
return 'WRONG Implented Comparator!!'
|
return 'WRONG Implemented Comparator!!'
|
||||||
} else {
|
} else {
|
||||||
return 'Comparator Works Fine:)'
|
return 'Comparator Works Fine:)'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user