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
diff options
context:
space:
mode:
authorYonaba <roland.yonaba@gmail.com>2018-08-22 23:45:48 +0300
committerYonaba <roland.yonaba@gmail.com>2018-08-22 23:45:48 +0300
commitc744202d94f225356dee2ba4629f8312681f6cb0 (patch)
treed6519d41b71a19d6a09457652163555e536543c8
parent0690fedc4d86cba94b59bfbde39766a66dc3bbf6 (diff)
Fixed chaining documentation
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 0852f2a..9636094 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -2315,7 +2315,7 @@ local stats = M.chain(lyrics)
-- => }"
````
-For convenience, you can also use `_(value)` to start chaining methods, instead of `M.chain(value)`.
+For convenience, you can also use `M(value)` to start chaining methods, instead of `M.chain(value)`.
Note that one can use `:value()` to unwrap a chained object.