We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d00f commit 25dab7dCopy full SHA for 25dab7d
Options/Applicative/Types.hs
@@ -130,7 +130,7 @@ data OptVisibility
130
131
-- | Specification for an individual parser option.
132
data OptProperties = OptProperties
133
- { propVisibility :: OptVisibility -- ^ whether this flag is shown is the brief description
+ { propVisibility :: OptVisibility -- ^ whether this flag is shown in the brief description
134
, propHelp :: Chunk Doc -- ^ help text for this option
135
, propMetaVar :: String -- ^ metavariable for this option
136
, propShowDefault :: Maybe String -- ^ what to show in the help text as the default
0 commit comments