Skip to content

Commit c58e508

Browse files
authored
fix(docs): typo in code-loading (#50123)
1 parent a31c8ef commit c58e508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/code-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ FooExt = "ExtDep"
370370
...
371371
```
372372

373-
The keys under `extensions` are the name of the extensions.
373+
The keys under `extensions` are the names of the extensions.
374374
They are loaded when all the packages on the right hand side (the extension dependencies) of that extension are loaded.
375375
If an extension only has one extension dependency the list of extension dependencies can be written as just a string for brevity.
376376
The location for the entry point of the extension is either in `ext/FooExt.jl` or `ext/FooExt/FooExt.jl` for

0 commit comments

Comments
 (0)