We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2d863 commit 848d273Copy full SHA for 848d273
stdlib/REPL/src/docview.jl
@@ -405,7 +405,7 @@ end
405
function repl_latex(io::IO, s0::String)
406
# This has rampant `Core.Box` problems (#15276). Use the tricks of
407
# https://docs.julialang.org/en/v1/manual/performance-tips/#man-performance-captured
408
- # We're changing some of the values so the `let` trick isn't applicable.
+ # We're changing some of the values so the `let` trick isn't applicable.
409
s::String = s0
410
latex::String = symbol_latex(s)
411
if isempty(latex)
0 commit comments