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()