We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4978b78 commit ded0163Copy full SHA for ded0163
docs/src/devdocs/sysimages_part_1.md
@@ -317,7 +317,7 @@ should work to produce the sysimage shared library.
317
318
### 3. Running Julia with the new sysimage
319
320
-We start Julia with the `-Jsys.so` flag to load the new custom `sys.so` sysimage (or `sys.dylib`, `sys.dll` on macOS and Windows respecitively)
+We start Julia with the `-Jsys.so` flag to load the new custom `sys.so` sysimage (or `sys.dylib`, `sys.dll` on macOS and Windows respectively)
321
and indeed loading CSV is now very fast:
322
323
```julia-repl
0 commit comments