Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8798519 commit a2af81cCopy full SHA for a2af81c
getting-started/enumerables-and-streams.markdown
@@ -62,7 +62,7 @@ iex> Enum.sum(Enum.filter(Enum.map(1..100_000, &(&1 * 3)), odd?))
62
7500000000
63
```
64
65
-Find more about the pipe operator [by reading its documentation](/docs/stable/elixir/Kernel.html#%7C>/2).
+Find more about the pipe operator [by reading its documentation](/docs/stable/elixir/Kernel.html#%7C%3E/2).
66
67
## Streams
68
0 commit comments