We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c006c92 commit 3589746Copy full SHA for 3589746
lib/elixir/lib/enum.ex
@@ -2866,8 +2866,10 @@ defmodule Enum do
2866
@doc """
2867
Passes each element from `enumerable` to the `fun` as the first argument,
2868
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.
+ for the next computation.
+
2871
+ The `fun` isn't applied for the first element of the `enumerable`,
2872
+ the element is taken as it is.
2873
2874
## Examples
2875
0 commit comments