aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/doc/README.md')
-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 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