Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/antora/modules/ROOT/pages/fundamentals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ icon:cubes[] Example
[[modules.advanced]]
=== Advanced Application Modules

If an application module package contains sub-packages, types in those might need to be made public so that it can be referred to from code of the very same module.
If an application module package contains sub-packages, types in those might need to be made public so that they can be referred to from code of the very same module.

.An inventory and order application module
[source, subs="macros, quotes"]
Expand Down
Loading