Skip to content

Commit

Permalink
Update creating-packages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jun 8, 2023
1 parent 2e9e203 commit 5a07554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/creating-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ version no longer conforms to the specifications provided in the old version, yo
adjust your package version number according to [Julia's variant on SymVer](#Version-specifier-format).
If you would like to include a symbol in your public API without fully exporting it into the
global namespace of folks who call `using YourPackage`, you can export that symbol with
`export scoped=true that_symbol`. Symbols exported with `scoped=true` are equally public
`export scoped=true that_symbol`. Symbols exported with `scoped=true` are just as public
as those exported without it, but when folks call `using YourPackage`, they will still have
to qualify access to those symbols with `YourPackage.that_symbol`.

Expand Down

0 comments on commit 5a07554

Please sign in to comment.