Skip to content

Commit 366d984

Browse files
author
José Valim
committed
out of it -> as result
1 parent 0f2838c commit 366d984

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
@@ -67,7 +67,7 @@ defmodule Enum do
6767
[a: 2, b: 4]
6868
6969
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
70+
and returns a list as result. The `Stream` module allows lazy enumeration of
7171
collections and also provides infinite streams. Infinite streams needs to be
7272
carefully used with `Enum` functions as they can potentially run forever, for
7373
example:

0 commit comments

Comments
 (0)