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:20:18 +0300
committerGitHub <noreply@github.com>2018-07-26 18:20:18 +0300
commit22dd7dd8849acce7a57faff60f9bae8fa112518e (patch)
treee2a19b70a523175928398de4c47c0308b5986c09
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..3e6c0ad 100644
--- a/moses.lua
+++ b/moses.lua
@@ -672,7 +672,7 @@ function _.reverse(array)
end
--- Replaces elements in a given array with a given value. In case `i` and `j` are given
--- it will only replaces values at indexes between `[i,j]`. In case `j` is greather than the array
+-- it will only replaces values at indexes between `[i,j]`. In case `j` is greater than the array
-- size, it will append new values, increasing the array.
-- @name fill
-- @param array an array