From f59062ae1a9f14447eeeb8e6eca2c001f670b820 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 13 May 2020 00:50:23 +0200 Subject: [PATCH] Ready for review --- Sorts/BogoSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sorts/BogoSort.js b/Sorts/BogoSort.js index 385fa53b7..68d68edcc 100644 --- a/Sorts/BogoSort.js +++ b/Sorts/BogoSort.js @@ -4,7 +4,7 @@ */ // > [].isSorted() -// false +// true // > [1].isSorted() // true // > [1,2,3].isSorted()