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>2019-03-27 11:36:43 +0300
committerGitHub <noreply@github.com>2019-03-27 11:36:43 +0300
commit0d4ae7f9f7d4528f233c2a2214da93ae64f6294a (patch)
tree8fae9552d09fc59350d4ec10c5a29cb314cd9bfb
parente1fbe125870585f8bdccfddf8df9f5edb4734904 (diff)
parentdd2520d0f7a5b217e547b91b299f8c492ddb13c6 (diff)
Merge pull request #60 from blackwindforce/patch-5
docs(moses): fix typo to operator.land function
-rw-r--r--moses.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses.lua b/moses.lua
index 88a2cf2..da2f11a 100644
--- a/moses.lua
+++ b/moses.lua
@@ -207,7 +207,7 @@ M.operator.le = function(a,b) return a <= b end
M.operator.ge = function(a,b) return a >= b end
--- Returns logical a and b. <em>Aliased as `op.land`</em>.
--- @name operator.ge
+-- @name operator.land
-- @param a a value
-- @param b a value
-- @return a and b