We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6cc44 commit e9862d8Copy full SHA for e9862d8
src/glossary.md
@@ -144,7 +144,7 @@ affect locality.
144
145
A module is a container for zero or more [items]. Modules are organized in a
146
tree, starting from an unnamed module at the root called the crate root or the
147
-root module. [Paths] may be used to refer to items outside of a module, which
+root module. [Paths] may be used to refer to items from other modules, which
148
may be restricted by [visibility rules].
149
[More][modules]
150
0 commit comments