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:14:54 +0300
committerGitHub <noreply@github.com>2018-07-28 11:14:54 +0300
commitfd0654f4e7c12a52d7720d83ed513dc964d05d3c (patch)
treeee7191cd337f75fbbe46060153bd206ef4f5e28d
parentc1d41171286b7fa281e22196836301489c093f40 (diff)
parent02df917fc0fc0da34c7d0a4fce028fdb4dd95b73 (diff)
Merge pull request #53 from blackwindforce/patch-1
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..44020cd 100644
--- a/moses.lua
+++ b/moses.lua
@@ -742,7 +742,7 @@ function _.sortedIndex(array, value, comp, sort)
return #array+1
end
---- Returns the index of the first occurence of value in an array.
+--- Returns the index of the first occurrence of value in an array.
-- @name indexOf
-- @param array an array
-- @param value the value to search for