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 b412743 commit 8edc419Copy full SHA for 8edc419
src/Options/Applicative/Builder.hs
@@ -219,7 +219,7 @@ hidden = optionMod $ \p ->
219
--
220
-- /NOTE/: This builder is more flexible than its name and example
221
-- allude. One of the motivating examples for its addition was to
222
--- used `const` to completely replace the usage text of an option.
+-- use `const` to completely replace the usage text of an option.
223
style :: ( Doc -> Doc ) -> Mod f a
224
style x = optionMod $ \p ->
225
p { propDescMod = Just x }
0 commit comments