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 8987c26 commit d5d180bCopy full SHA for d5d180b
src/incremental.jl
@@ -99,7 +99,7 @@ end
99
Incrementally compile `package` into the current system image.
100
`force = true` will replace the old system image with the new one.
101
`compile_incremental` will run the `Package/test/runtests.jl` file to
102
- and record the functions getting compiled. The coverage of the Package's tests will
+ record the functions getting compiled. The coverage of the Package's tests will
103
thus determine what is getting ahead of time compiled.
104
For a more explicit version of compile_incremental, see:
105
`compile_incremental(toml_path::String, snoopfile::String)`
0 commit comments