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:
authorAkira Tsai <blackwindforce@users.noreply.github.com>2018-07-26 18:17:40 +0300
committerGitHub <noreply@github.com>2018-07-26 18:17:40 +0300
commit91e24e9de217cb608ab79779b9d34759cf4f9404 (patch)
tree2779e81e56fa8234c982eccf204a27408175a883
parentded0a9b773bb78ded2c1dd5da721bbee4a3e32c6 (diff)
docs(moses): fix typo
-rw-r--r--moses.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses.lua b/moses.lua
index f3d484a..55ad521 100644
--- a/moses.lua
+++ b/moses.lua
@@ -1530,7 +1530,7 @@ end
-- @name iterator
-- @param f a function
-- @param x an initial input to `f`
--- @return an iterator fnction
+-- @return an iterator function
-- <br/><em>Aliased as `iter`</em>.
function _.iterator(f, x)
return function()