Skip to content

Commit eadc2ce

Browse files
Typos (#330)
[skp ci]
1 parent 3106ebc commit eadc2ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/examples/ohmyrepl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
enhances the REPL with, for example, syntax highlighting. It does, however,
55
come with a bit of a startup time increase, so compiling a new system image
66
with OhMyREPL included is useful. Importing the OhMyREPL package is not the
7-
only factor that contributes to the extra load time from using OhMyREPL In
7+
only factor that contributes to the extra load time from using OhMyREPL. In
88
addition, the time of compiling functions that OhMyREPL uses is also a factor.
99
Therefore, we also want to do "Profile Guided Compilation" (PGC), where we
1010
record what functions gets compiled when using OhMyREPL, so they can be cached
1111
into the system image. OhMyREPL is a bit different from most other packages in
12-
that is used interactive. Normally to do PGC with PackageCompiler we pass a
12+
that it is used interactive. Normally to do PGC with PackageCompiler we pass a
1313
script to to execute as the `precompile_execution_file` which is used to
1414
collect compilation data, but in this case, we will use Julia to manually
1515
collect this data.
@@ -43,7 +43,7 @@ PackageCompiler.create_sysimage(:OhMyREPL; precompile_statements_file="ohmyrepl_
4343
```
4444

4545
Restart julia and start typing something. If everything went well you should
46-
see the type text become highlighted with a significantly smaller delay than
46+
see the typed text become highlighted with a significantly smaller delay than
4747
before creating the new system image
4848

4949

0 commit comments

Comments
 (0)