-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
doc/langref: document the terms package and module #11176
Copy link
Copy link
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.docsenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.docsenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
The language reference uses the terms
packageandmodule, but they are not documented.The
moduleterm is used two times and thepackageterm is used five times.I also think that the use of
packageandmodulein https://ziglang.org/documentation/master/#Top-Level-Doc-Comments is confusing.Thanks.