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 0f2838c commit 366d984Copy full SHA for 366d984
lib/elixir/lib/enum.ex
@@ -67,7 +67,7 @@ defmodule Enum do
67
[a: 2, b: 4]
68
69
Note that the `Enum` module is eager: it always evaluates the whole collection
70
- and returns a list out of it. The `Stream` module allows lazy enumeration of
+ and returns a list as result. The `Stream` module allows lazy enumeration of
71
collections and also provides infinite streams. Infinite streams needs to be
72
carefully used with `Enum` functions as they can potentially run forever, for
73
example:
0 commit comments