Skip to content

Commit

Permalink
set syntax highlighting for shuffle/1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Paxton committed Feb 7, 2019
1 parent 241f8f7 commit 88f8c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Generates and returns a random value between 0 and 0xffffffff (inclusive).
#### shuffle/1
Takes and randomly sorts a list.

```
```erlang
1> hydro:shuffle(lists:seq(1,100)).
[7,84,18,10,50,65,94,82,97,92,28,9,86,49,37,20,63,46,66,23,
64,26,39,16,90,33,15,40,57|...]
Expand Down

0 comments on commit 88f8c5b

Please sign in to comment.