Change where_ to `where_`

This commit is contained in:
Ollie Charles 2017-03-17 13:16:35 +00:00
parent 0462ef821f
commit c8e76fbec6

View File

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