Skip to content

Commit

Permalink
Correct typo in generate_precompile.jl comment (#37551)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Sep 13, 2020
1 parent 938fdaa commit 65c845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function generate_precompile_statements()
write(ptm, l, "\n")
readuntil(output_copy, "\n")
# wait for the next prompt-like to appear
# NOTE: this is rather innaccurate because the Pkg REPL mode is a special flower
# NOTE: this is rather inaccurate because the Pkg REPL mode is a special flower
readuntil(output_copy, "\n")
readuntil(output_copy, "> ")
end
Expand Down

0 comments on commit 65c845b

Please sign in to comment.