Skip to content

Commit 5259f92

Browse files
Update lib/elixir/lib/enum.ex
Co-authored-by: José Valim <[email protected]>
1 parent 3ccd1de commit 5259f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/enum.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4147,7 +4147,7 @@ defmodule Enum do
41474147
41484148
## Examples
41494149
4150-
iex> enums = [[1, 1, 1, 1], [2, 2, 2], [3, 3]]
4150+
iex> enums = [[1, 1], [2, 2], [3, 3]]
41514151
...> Enum.zip_reduce(enums, [], fn elements, acc ->
41524152
...> [List.to_tuple(elements) | acc]
41534153
...> end)

0 commit comments

Comments
 (0)