Skip to content

Commit

Permalink
Change where_ to where_
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 17, 2017
1 parent 0462ef8 commit c8e76fb
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 @@ -170,7 +170,7 @@ example, we could join the ``Supplier`` and ``Part`` tables (from
where_ -< supplierCity supplier ==. partCity part
...

However this `where_` clause is a little hard to quickly scan. With
However the ``where_`` clause is a little hard to quickly scan. With
``NamedFieldPuns``, we can write::

proc _ -> do
Expand Down

0 comments on commit c8e76fb

Please sign in to comment.