Skip to content

Commit 3589746

Browse files
authored
Update lib/elixir/lib/enum.ex
1 parent c006c92 commit 3589746

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/elixir/lib/enum.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,8 +2866,10 @@ defmodule Enum do
28662866
@doc """
28672867
Passes each element from `enumerable` to the `fun` as the first argument,
28682868
stores the `fun` result in a list and passes the result as the second argument
2869-
for the next computation. The `fun` isn't applied for the first element
2870-
of the `enumerable`, the element is taken as it is.
2869+
for the next computation.
2870+
2871+
The `fun` isn't applied for the first element of the `enumerable`,
2872+
the element is taken as it is.
28712873
28722874
## Examples
28732875

0 commit comments

Comments
 (0)