Skip to content

Commit 5517038

Browse files
authored
Merge pull request #177 from tlienart/patch-1
typo fix in docstring
2 parents 67b53f1 + d5d180b commit 5517038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incremental.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ end
9999
Incrementally compile `package` into the current system image.
100100
`force = true` will replace the old system image with the new one.
101101
`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
102+
record the functions getting compiled. The coverage of the Package's tests will
103103
thus determine what is getting ahead of time compiled.
104104
For a more explicit version of compile_incremental, see:
105105
`compile_incremental(toml_path::String, snoopfile::String)`

0 commit comments

Comments
 (0)