Remove last mention of '&' from the docs (fixes #37).

This commit is contained in:
Paolo Capriotti 2012-12-24 21:34:37 +00:00
parent e7330a7da6
commit 0cacaaee87

View File

@ -7,7 +7,7 @@ module Options.Applicative.Builder (
--
-- Each parser builder takes an option modifier. A modifier can be created by
-- composing the basic modifiers provided by this module using the 'Monoid'
-- operations 'mempty' and 'mappend', or their aliases 'idm' and '&'.
-- operations 'mempty' and 'mappend', or their aliases 'idm' and '<>'.
--
-- For example:
--