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:
-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.