diff --git a/Sorts/BogoSort.js b/Sorts/BogoSort.js index 68d68edcc..385fa53b7 100644 --- a/Sorts/BogoSort.js +++ b/Sorts/BogoSort.js @@ -4,7 +4,7 @@ */ // > [].isSorted() -// true +// false // > [1].isSorted() // true // > [1,2,3].isSorted()