Skip to content

Commit 03b4def

Browse files
authored
Fix typo and formatting in a warning message (#2572)
1 parent 277d8b1 commit 03b4def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dhall-docs/src/Dhall/Docs/Core.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ instance Show DocsGenWarning where
136136
"must be aligned"
137137

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

143143
-- | Extracted text from from Dhall file's comments
144144
newtype FileComments = FileComments

0 commit comments

Comments
 (0)