diff options
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-x | doc/docs/doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index ec76612..76ae3c1 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md | |||
@@ -27,7 +27,7 @@ inventory = | |||
27 | * name: "bread" | 27 | * name: "bread" |
28 | count: 3 | 28 | count: 3 |
29 | 29 | ||
30 | -- backcall | 30 | -- pipe operator |
31 | {1, 2, 3} | 31 | {1, 2, 3} |
32 | |> map (x)-> x * 2 | 32 | |> map (x)-> x * 2 |
33 | |> filter (x)-> x > 4 | 33 | |> filter (x)-> x > 4 |