From 6e01b0f7f33e1b0ed4ddf631471872ef76a56d80 Mon Sep 17 00:00:00 2001 From: Jack Bowman Date: Wed, 30 Dec 2015 22:25:34 -0500 Subject: [PATCH] documentation: add missing word in (%)'s docs --- src/Database/Esqueleto/Internal/Language.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Esqueleto/Internal/Language.hs b/src/Database/Esqueleto/Internal/Language.hs index fae72a8..51ffc8a 100644 --- a/src/Database/Esqueleto/Internal/Language.hs +++ b/src/Database/Esqueleto/Internal/Language.hs @@ -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: -- -- @