Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Yonaba/Moses.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLow Kian Seong <kianseong@gmail.com>2015-02-27 05:40:35 +0300
committerLow Kian Seong <kianseong@gmail.com>2015-02-27 05:40:35 +0300
commitf6948be3f3d9b5ae5faf10fdf3bb77749904bb5a (patch)
tree04084aa15072898f8879cc06c45c4f21032b5ffb /doc
parent03f28b3f92073c1560252bc709480dc9d7d0ff62 (diff)
Update tutorial.md
Found a small typo
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 6b39f13..6fb7e2c 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -326,7 +326,7 @@ _.findWhere({a, b, c}, {a = 3, b = 4}) == c -- => true
````
### select (t, f, ...)
-*Aliases: `_.filte`*.
+*Aliases: `_.filter`*.
Collects values passing a validation test.
@@ -1463,4 +1463,4 @@ context.eachi({1,2,3},print)
-- => 3 3
````
-**[[⬆]](#TOC)** \ No newline at end of file
+**[[⬆]](#TOC)**