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:
authorRoland <roland.yonaba@gmail.com>2018-07-28 11:25:45 +0300
committerGitHub <noreply@github.com>2018-07-28 11:25:45 +0300
commit04f98d3c8da4e16c0bd55475d5e73e7ddd4d4aaf (patch)
treee401cd6db49cc01760b6b756dbf136ecb2dcc2c2
parentb66edceb263b73ed34ca4def1d1ad682c491ee80 (diff)
parent22dd7dd8849acce7a57faff60f9bae8fa112518e (diff)
Merge pull request #56 from blackwindforce/patch-4
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 0088df7..264fac1 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