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