Skip to content

Commit da43460

Browse files
aaruni96fingolfin
andcommitted
Apply suggestions from code review
Rephrase to be not quite so informal Co-authored-by: Max Horn <[email protected]>
1 parent d2028ec commit da43460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/html/HTMLWriter.jl

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

src/latex/LaTeXWriter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ function latex(io::Context, node::Node, value::MarkdownAST.JuliaValue)
856856
857857
To write the dollar sign, escape it with `\\\$`
858858
859-
We have the file name $(io.filename), and we got given the value:
859+
We have the file name $(io.filename), and we were given the value:
860860
861861
`$(value.ref)` which is of type `$(typeof(value.ref))`
862862
"""

0 commit comments

Comments
 (0)