Skip to content

Commit 42d3ce2

Browse files
authored
A better description for Enum module (#12002)
1 parent 9be08c8 commit 42d3ce2

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
@@ -234,7 +234,7 @@ defmodule Enum do
234234
import Kernel, except: [max: 2, min: 2]
235235

236236
@moduledoc """
237-
Provides a set of algorithms to work with enumerables.
237+
Functions for working with collections (known as enumerables).
238238
239239
In Elixir, an enumerable is any data type that implements the
240240
`Enumerable` protocol. `List`s (`[1, 2, 3]`), `Map`s (`%{foo: 1, bar: 2}`)

0 commit comments

Comments
 (0)