Skip to content

Commit

Permalink
Merge branch 'main' into dhall-json-expose-UnionConv
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Mar 2, 2024
2 parents 566c66d + 03b4def commit f56b223
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 f56b223

Please sign in to comment.