readme: preview <-> review

This commit is contained in:
Fraser Tweedale 2016-04-04 23:45:10 +10:00
parent e0cc41cd1a
commit 7f3147df4e

View File

@ -49,7 +49,7 @@ parser/printers out of prisms and isos. A parser/printer is a
type Grammar s a = Prism' s (a, s)
The prism can be reviewed to parse, and previewed to print. The
The prism can be previewed to parse, and reviewed to print. The
``parse`` and ``print`` functions are provided for convenience.
.. code:: haskell