Skip to content

Commit 8edc419

Browse files
committed
Fix typo in the documentation of style
1 parent b412743 commit 8edc419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/Applicative/Builder.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ hidden = optionMod $ \p ->
219219
--
220220
-- /NOTE/: This builder is more flexible than its name and example
221221
-- allude. One of the motivating examples for its addition was to
222-
-- used `const` to completely replace the usage text of an option.
222+
-- use `const` to completely replace the usage text of an option.
223223
style :: ( Doc -> Doc ) -> Mod f a
224224
style x = optionMod $ \p ->
225225
p { propDescMod = Just x }

0 commit comments

Comments
 (0)