We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277d8b1 commit 03b4defCopy full SHA for 03b4def
dhall-docs/src/Dhall/Docs/Core.hs
@@ -136,9 +136,9 @@ instance Show DocsGenWarning where
136
"must be aligned"
137
138
BadPrefixesOnSingleLineComments -> ": dhall-docs's single line comments " <>
139
- "must have specific prefixes:" <>
+ "must have specific prefixes:\n" <>
140
"* For the first line: \"--| \"\n" <>
141
- "* For the rest of the linse: \"-- \""
+ "* For the rest of the lines: \"-- \""
142
143
-- | Extracted text from from Dhall file's comments
144
newtype FileComments = FileComments
0 commit comments