Skip to content

Commit 9eebefb

Browse files
committed
Fix typos in Stream.transform/3 docs
1 parent b709cba commit 9eebefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ defmodule Stream do
612612
613613
## Examples
614614
615-
`Stream.transform/3` is a useful as it can be used as basis to implement
615+
`Stream.transform/3` is useful as it can be used as the basis to implement
616616
many of the functions defined in this module. For example, we can implement
617617
`Stream.take(enum, n)` as follows:
618618

0 commit comments

Comments
 (0)