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.
2 parents b709cba + 9eebefb commit 2aecfedCopy full SHA for 2aecfed
lib/elixir/lib/stream.ex
@@ -612,7 +612,7 @@ defmodule Stream do
612
613
## Examples
614
615
- `Stream.transform/3` is a useful as it can be used as basis to implement
+ `Stream.transform/3` is useful as it can be used as the basis to implement
616
many of the functions defined in this module. For example, we can implement
617
`Stream.take(enum, n)` as follows:
618
0 commit comments