Skip to content

Commit

Permalink
doc: fix interleave example (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromsh committed Dec 19, 2023
1 parent d1c7f3a commit ddac010
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 @@ -543,7 +543,7 @@ interleaved := lo.Interleave([]int{1}, []int{2, 5, 8}, []int{3, 6}, []int{4, 7,
// []int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
```

[[play](https://go.dev/play/p/DDhlwrShbwe)]
[[play](https://go.dev/play/p/-RJkTLQEDVt)]

### Shuffle

Expand Down

0 comments on commit ddac010

Please sign in to comment.