Skip to content

Commit

Permalink
Fix typo and formatting in a warning message (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukimik authored Mar 2, 2024
1 parent 277d8b1 commit 03b4def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhall-docs/src/Dhall/Docs/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ instance Show DocsGenWarning where
"must be aligned"

BadPrefixesOnSingleLineComments -> ": dhall-docs's single line comments " <>
"must have specific prefixes:" <>
"must have specific prefixes:\n" <>
"* For the first line: \"--| \"\n" <>
"* For the rest of the linse: \"-- \""
"* For the rest of the lines: \"-- \""

-- | Extracted text from from Dhall file's comments
newtype FileComments = FileComments
Expand Down

0 comments on commit 03b4def

Please sign in to comment.