We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506d119 commit 6c68d87Copy full SHA for 6c68d87
Cabal-syntax/src/Distribution/Fields/Pretty.hs
@@ -59,7 +59,7 @@ showFields rann = showFields' rann (const id) 4
59
-- | 'showFields' with user specified indentation.
60
showFields'
61
:: (ann -> CommentPosition)
62
- -- ^ Convert an annotation to lined to preceed the field or section.
+ -- ^ Convert an annotation to lined to precede the field or section.
63
-> (ann -> [String] -> [String])
64
-- ^ Post-process non-annotation produced lines.
65
-> Int
0 commit comments