Skip to content

Commit a56b541

Browse files
authored
syimage -> sysimage in "Upgrading from..." section (#628)
1 parent 1978984 commit a56b541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ PackageCompiler 2.0 comes with a few breaking changes.
8181
create an alias or shortcut that starts Julia with a custom sysimage by specifying the `--sysimage=<PATH/TO/SYSIMAGE>`
8282
command line option.
8383
- Lazy artifacts (those not downloaded until used) are not included in apps by default anymore. Use `include_lazy_artifacts=true` to re-enable this.
84-
- Passing no packages to `create_sysimage` will now include all packages in the given project instead of a syimage with no packages.
84+
- Passing no packages to `create_sysimage` will now include all packages in the given project instead of a sysimage with no packages.
8585
Use `String[]` as a first argument if you want the old behavior.
8686
- The `audit_app` function has been removed. It caught too few problems to be of useful in practice.
8787
- The keyword `app_name` in `create_app` has been removed and replaced with a more flexible version.
88-
If you used `app_name="Foo"`, replace it with `executables=["Foo"=>"julia_main"]`.
88+
If you used `app_name="Foo"`, replace it with `executables=["Foo"=>"julia_main"]`.

0 commit comments

Comments
 (0)