aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/docs/doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 76ae3c1..138d035 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -59,7 +59,7 @@ inventory =
59 * name: "bread" 59 * name: "bread"
60 count: 3 60 count: 3
61 61
62-- backcall 62-- pipe operator
63{1, 2, 3} 63{1, 2, 3}
64 |> map (x)-> x * 2 64 |> map (x)-> x * 2
65 |> filter (x)-> x > 4 65 |> filter (x)-> x > 4