Fix typo in a comment

This commit is contained in:
Paolo Capriotti 2019-02-05 14:43:29 +01:00
parent 730d00f921
commit 25dab7dfec

View File

@ -130,7 +130,7 @@ data OptVisibility
-- | Specification for an individual parser option.
data OptProperties = OptProperties
{ propVisibility :: OptVisibility -- ^ whether this flag is shown is the brief description
{ propVisibility :: OptVisibility -- ^ whether this flag is shown in the brief description
, propHelp :: Chunk Doc -- ^ help text for this option
, propMetaVar :: String -- ^ metavariable for this option
, propShowDefault :: Maybe String -- ^ what to show in the help text as the default