diff --git a/sclin-docs/commands.md b/sclin-docs/commands.md index 7cf799d..525ef43 100644 --- a/sclin-docs/commands.md +++ b/sclin-docs/commands.md @@ -2076,7 +2076,7 @@ Stack: ``` a -> _ ``` Shuffles `a`. ``` 10O>a shuf --> [0 3 5 1 7 4 6 8 2 9] +-> [3 6 5 4 7 9 1 8 0 2] ``` @@ -2809,7 +2809,7 @@ See [``` map ```](#cmd-map) for the signature of `f`. ``` ``` [1 2 3 4 5] \$rng sort --> [4 3 5 2 1] +-> [5 1 2 3 4] ```