Skip to content

Commit a3a3210

Browse files
authored
Fix typo in docs (#13735)
1 parent a077d50 commit a3a3210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/stream.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ defmodule Stream do
104104
>
105105
> Instead of checking for a particular type, you must instead write
106106
> assertive code that assumes you have an enumerable, using the functions
107-
> in the `Enume` or `Stream` module accordingly.
107+
> in the `Enum` or `Stream` module accordingly.
108108
"""
109109

110110
@doc false

0 commit comments

Comments
 (0)