documentation: add missing word in (%)'s docs

This commit is contained in:
Jack Bowman 2015-12-30 22:25:34 -05:00
parent c4f2ff42a9
commit 6e01b0f7f3

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:
--
-- @