From 315db14c5fb18aab950fa217491e51108153973d Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Thu, 28 Oct 2021 13:50:05 +0530 Subject: [PATCH] chore: fix spelling ./Sorts/IntroSort.js:303: Implented ==> Implemented --- Sorts/IntroSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:)' }