Merge pull request #121 from jackbowman/patch-1

documentation: add missing word in (%)'s docs
This commit is contained in:
Felipe Lessa 2015-12-31 10:32:11 -02:00
commit 918ed82154

View File

@ -413,7 +413,7 @@ class (Functor query, Applicative query, Monad query) =>
ilike :: SqlString s => expr (Value s) -> expr (Value s) -> expr (Value Bool)
-- | The string @'%'@. May be useful while using 'like' and
-- concatenation ('concat_' or '++.', depending on your
-- database). Note that you always to type the parenthesis,
-- database). Note that you always have to type the parenthesis,
-- for example:
--
-- @