Skip to content

Commit 3c0d480

Browse files
authored
Fix error in comment [NFC] (#51181)
1 parent 9bf2620 commit 3c0d480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/docview.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function _helpmode(io::IO, line::AbstractString, mod::Module=Main, internal_acce
7676
end
7777
_helpmode(line::AbstractString, mod::Module=Main) = _helpmode(stdout, line, mod)
7878

79-
# Print vertical lines along each docstring if there are multiple docs
79+
# Print horizontal lines between each docstring if there are multiple docs
8080
function insert_hlines(docs)
8181
if !isa(docs, Markdown.MD) || !haskey(docs.meta, :results) || isempty(docs.meta[:results])
8282
return docs

0 commit comments

Comments
 (0)