Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Nov 9, 2022
2 parents 75de5aa + 5418449 commit a0eed72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sclin-docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ Stack: ``` a -> _ ```
Shuffles `a`.
```
10O>a shuf >A
-> [2 8 0 9 6 1 4 3 5 7]
-> [7 8 4 9 1 2 0 6 5 3]
```


Expand Down Expand Up @@ -1869,7 +1869,7 @@ See [``` map ```](#cmd-map) for the signature of `f`.
```
```
[1 2 3 4 5] \$rng sort
-> [4 3 2 1 5]
-> [3 2 5 4 1]
```


Expand Down

0 comments on commit a0eed72

Please sign in to comment.