Skip to content

Commit

Permalink
Update docs/src/creating-packages.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>
  • Loading branch information
LilithHafner and ericphanson authored Jun 12, 2023
1 parent 5a07554 commit ff68c42
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 @@ -117,7 +117,7 @@ Unless you note otherwise, the public API of your package is defined as all the
describe about [exported symbols](https://docs.julialang.org/en/v1/manual/modules/#Export-lists).
When you change the behavior of something that was previously exported so that the new
version no longer conforms to the specifications provided in the old version, you should
adjust your package version number according to [Julia's variant on SymVer](#Version-specifier-format).
adjust your package version number according to [Julia's variant on SemVer](#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 just as public
Expand Down

0 comments on commit ff68c42

Please sign in to comment.