mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +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