Skip to content

Commit 827e554

Browse files
committed
Slightly better phrasing of what the reported location is
1 parent 41fba66 commit 827e554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/HTMLWriter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ function domify(dctx::DCtx, ::Node, e::MarkdownAST.JuliaValue)
24432443
24442444
To write the dollar sign, escape it with `\\\$`
24452445
2446-
Navnode is currently set to $(locrepr(dctx.navnode.page)), with parent $(dctx.navnode.parent), and we
2446+
This is on the page $(locrepr(dctx.navnode.page)), with parent $(dctx.navnode.parent), and we
24472447
were given the value:
24482448
24492449
`$(e.ref)` which is of type `$(typeof(e.ref))`

0 commit comments

Comments
 (0)