Skip to content

Commit 25dab7d

Browse files
committed
Fix typo in a comment
1 parent 730d00f commit 25dab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Options/Applicative/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ data OptVisibility
130130

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

0 commit comments

Comments
 (0)