webmcp

changeset 348:d2429d53a158

Fixed two tiny errors in autodoc comments in mondelefant
author jbe
date Thu Mar 26 03:27:32 2015 +0100 (2015-03-26)
parents 169dfbd0246a
children 8cf6d927d074
files libraries/mondelefant/mondelefant.lua
line diff
     1.1 --- a/libraries/mondelefant/mondelefant.lua	Thu Mar 26 03:00:04 2015 +0100
     1.2 +++ b/libraries/mondelefant/mondelefant.lua	Thu Mar 26 03:27:32 2015 +0100
     1.3 @@ -530,7 +530,7 @@
     1.4    expression          -- expression or selector without ORDER BY, LIMIT, FOR UPDATE or FOR SHARE
     1.5  )
     1.6  
     1.7 -This method adds an UNION clause to the given selector. The selector is modified and returned. The selector (or expression) passed as argument to this function shall not contain any ORDER BY, LIMIT, FOR UPDATE or FOR SHARE clauses.
     1.8 +This method adds a UNION clause to the given selector. The selector is modified and returned. The selector (or expression) passed as argument to this function shall not contain any ORDER BY, LIMIT, FOR UPDATE or FOR SHARE clauses.
     1.9  
    1.10  --]]--
    1.11  function selector_prototype:union(expression)
    1.12 @@ -545,7 +545,7 @@
    1.13    expression              -- expression or selector without ORDER BY, LIMIT, FOR UPDATE or FOR SHARE
    1.14  )
    1.15  
    1.16 -This method adds an UNION ALL clause to the given selector. The selector is modified and returned. The selector (or expression) passed as argument to this function shall not contain any ORDER BY, LIMIT, FOR UPDATE or FOR SHARE clauses.
    1.17 +This method adds a UNION ALL clause to the given selector. The selector is modified and returned. The selector (or expression) passed as argument to this function shall not contain any ORDER BY, LIMIT, FOR UPDATE or FOR SHARE clauses.
    1.18  
    1.19  --]]--
    1.20  function selector_prototype:union_all(expression)

Impressum / About Us