diff --git a/src/Database/Esqueleto/Internal/Internal.hs b/src/Database/Esqueleto/Internal/Internal.hs index 8b7e0d298..c84cf0685 100644 --- a/src/Database/Esqueleto/Internal/Internal.hs +++ b/src/Database/Esqueleto/Internal/Internal.hs @@ -844,7 +844,7 @@ not_ v = ERaw noMeta (const $ first ("NOT " <>) . x) (&&.) :: SqlExpr (Value Bool) -> SqlExpr (Value Bool) -> SqlExpr (Value Bool) (&&.) = unsafeSqlBinOp " AND " --- | This operator translates to the SQL operator @AND@. +-- | This operator translates to the SQL operator @OR@. -- -- Example: --