Skip to content

Commit

Permalink
Missing a trailing ` in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 16, 2017
1 parent ea1d256 commit f1c0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ There are two instances for the ``Predicate`` type class::
instance Predicate Bool
instance Predicate (Maybe Bool)

This may seem surprising, but in SQL, ``null` takes on a special meaning in
This may seem surprising, but in SQL, ``null`` takes on a special meaning in
predicates - it acts like ``false``. Ideally, in Haskell we could do away with
this nonsense and explicitly map ``null`` to false (e.g., ``nullable (lit False)
id myExpr``) but doing so results in SQL that won't hit database indexes (at
Expand Down

0 comments on commit f1c0b7b

Please sign in to comment.