Skip to content

Commit fab4eeb

Browse files
committed
Slightly better way of repeating a message
1 parent 11785b6 commit fab4eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/html/HTMLWriter.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,9 +2441,9 @@ function domify(dctx::DCtx, ::Node, e::MarkdownAST.JuliaValue)
24412441
Unexpected Julia interpolation in the Markdown. This probably means that you have an
24422442
unbalanced or un-escaped \$ in the text.
24432443
2444-
To write the dollar sign, escape it with `\\\$`
2444+
To write the dollar sign, escape it with `\\\$`
24452445
2446-
We don't have the file or line number available, but we got given the value:
2446+
We don't have the file or line number available, but we got given the value:
24472447
24482448
`$(e.ref)` which is of type `$(typeof(e.ref))`
24492449
"""

0 commit comments

Comments
 (0)