Skip to content

Commit 5c9a9cb

Browse files
authored
mislabeled variable in readme
1 parent 2ef22eb commit 5c9a9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ranks = [2, 0, 3, 1]
2424

2525
const [sortedSuits, tenet] = unwind(ranks, suits)
2626
// sortedSuits <- ['♠', '♦', '♥', '♣']
27-
// unwind <- [1, 3, 0, 2]
27+
// tenet <- [1, 3, 0, 2]
2828
```
2929

3030
You can then restore the entropy back into the array, or perhaps apply that entropy to another array. Sort of like sending that array backward in time to the more chaotic state.

0 commit comments

Comments
 (0)