Skip to content

Commit

Permalink
representive workload
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Sep 9, 2024
1 parent f364653 commit 589b0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stdlib/Markdown/src/Markdown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ import Base.Docs: catdoc
catdoc(md::MD...) = MD(md...)

if Base.generating_output()
md"" # workload to trigger precompile
# (representive) workload to trigger precompile; from Pkg.REPLMode.gen_help()

Check warning on line 126 in stdlib/Markdown/src/Markdown.jl

View workflow job for this annotation

GitHub Actions / Check for new typos

perhaps "representive" should be "representative".
md"**Welcome to the Pkg REPL-mode** .."
end

end

0 comments on commit 589b0a1

Please sign in to comment.