Skip to content

Commit 713abb2

Browse files
authored
Merge pull request #9 from xiaodaigh/patch-1
minor typo
2 parents 6ed07dc + 711c13a commit 713abb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ using PackageCompiler
1717
# force = false to not force overwriting julia's current system image
1818
PackageCompiler.compile_package("Matcha", "UnicodeFun", force = false, reuse = false)
1919

20-
# build again, with resuing the snoop file
20+
# build again, reusing the snoop file
2121
PackageCompiler.compile_package("Matcha", "UnicodeFun", force = false, reuse = true)
2222

23-
# You can define a file that will get run for snooping explicitely like this:
23+
# You can define a file that will get run for snooping explicitly like this:
2424
# this makes sure, that binary gets cached for all functions called in `for_snooping.jl`
2525
PackageCompiler.compile_package("Matcha", "relative/path/for_snooping.jl")
2626

0 commit comments

Comments
 (0)