Skip to content

Commit 6c68d87

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in Pretty.hs (#8873)
1 parent 506d119 commit 6c68d87

File tree

1 file changed

+1
-1
lines changed
  • Cabal-syntax/src/Distribution/Fields

1 file changed

+1
-1
lines changed

Cabal-syntax/src/Distribution/Fields/Pretty.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ showFields rann = showFields' rann (const id) 4
5959
-- | 'showFields' with user specified indentation.
6060
showFields'
6161
:: (ann -> CommentPosition)
62-
-- ^ Convert an annotation to lined to preceed the field or section.
62+
-- ^ Convert an annotation to lined to precede the field or section.
6363
-> (ann -> [String] -> [String])
6464
-- ^ Post-process non-annotation produced lines.
6565
-> Int

0 commit comments

Comments
 (0)