We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31c8ef commit c58e508Copy full SHA for c58e508
doc/src/manual/code-loading.md
@@ -370,7 +370,7 @@ FooExt = "ExtDep"
370
...
371
```
372
373
-The keys under `extensions` are the name of the extensions.
+The keys under `extensions` are the names of the extensions.
374
They are loaded when all the packages on the right hand side (the extension dependencies) of that extension are loaded.
375
If an extension only has one extension dependency the list of extension dependencies can be written as just a string for brevity.
376
The location for the entry point of the extension is either in `ext/FooExt.jl` or `ext/FooExt/FooExt.jl` for
0 commit comments