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:22:24 +0300
committerGitHub <noreply@github.com>2018-07-28 11:22:24 +0300
commit0c92c0444c50211733214a65c798f4c790a7dd86 (patch)
tree3abec9a031c8eb7cd5fbfd36e0bc185590356b92
parentfd0654f4e7c12a52d7720d83ed513dc964d05d3c (diff)
parent3a6f52b6c4d7674c44072c9b74956feac4046385 (diff)
Merge pull request #54 from blackwindforce/patch-2
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 44020cd..07036d6 100644
--- a/moses.lua
+++ b/moses.lua
@@ -505,7 +505,7 @@ end
-- @name sortBy
-- @param t a table
-- @param[opt] transform a `transform` function to sort elements prototyped as `transform (v)`. Defaults to @{identity}
--- @param[optchain] comp a comparision function, defaults to the `<` operator
+-- @param[optchain] comp a comparison function, defaults to the `<` operator
-- @return a new array of sorted values
-- @see sort
function _.sortBy(t, transform, comp)