diff --git a/Sorts/IntroSort.js b/Sorts/IntroSort.js index a99c4db92..e3a605f4a 100644 --- a/Sorts/IntroSort.js +++ b/Sorts/IntroSort.js @@ -300,7 +300,7 @@ function demo2 () { } } if (faulty) { - return 'WRONG Implented Comparator!!' + return 'WRONG Implemented Comparator!!' } else { return 'Comparator Works Fine:)' }