From e7d86ed4b8c7571a4f7cc840d2b89979a9c4770d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Oct 2022 21:47:04 +0000 Subject: [PATCH] chore: autopublish 2022-10-28T21:47:04Z --- sclin-docs/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sclin-docs/commands.md b/sclin-docs/commands.md index ea13530..f56dfed 100644 --- a/sclin-docs/commands.md +++ b/sclin-docs/commands.md @@ -1417,7 +1417,7 @@ Stack: ``` a -> _ ``` Shuffles `a`. ``` 10O>a shuf >A --> [2 0 1 8 7 4 3 5 6 9] +-> [7 4 9 3 2 1 8 6 0 5] ``` @@ -1765,7 +1765,7 @@ See [``` map ```](#cmd-map) for the signature of `f`. ``` ``` [1 2 3 4 5] \$rng sort --> [1 2 3 5 4] +-> [1 2 4 3 5] ```