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:
authorYonaba <roland.yonaba@gmail.com>2018-08-22 23:50:07 +0300
committerYonaba <roland.yonaba@gmail.com>2018-08-22 23:50:07 +0300
commit883948808e120cd58c8c3df9f2761f5115bb8e3e (patch)
tree03caaa455a984869a5ce71120368d667bad23f22 /doc
parentc744202d94f225356dee2ba4629f8312681f6cb0 (diff)
Updated README and docs
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/manual/tutorial.md.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index 7624b02..7108fb6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -6559,7 +6559,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
-<i style="float:right;">Last updated 2018-08-22 19:22:33 </i>
+<i style="float:right;">Last updated 2018-08-22 20:49:28 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
diff --git a/doc/manual/tutorial.md.html b/doc/manual/tutorial.md.html
index 6fbb729..6cc4cdd 100644
--- a/doc/manual/tutorial.md.html
+++ b/doc/manual/tutorial.md.html
@@ -2795,7 +2795,7 @@ Moses offers chaining for your perusal. <br/></p>
</pre>
-<p>For convenience, you can also use <code>_(value)</code> to start chaining methods, instead of <code>M.chain(value)</code>.</p>
+<p>For convenience, you can also use <code>M(value)</code> to start chaining methods, instead of <code>M.chain(value)</code>.</p>
<p>Note that one can use <code>:value()</code> to unwrap a chained object.</p>
@@ -2862,7 +2862,7 @@ M.import(context, <span class="keyword">true</span>)
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
-<i style="float:right;">Last updated 2018-08-22 19:22:33 </i>
+<i style="float:right;">Last updated 2018-08-22 20:49:28 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>