We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22e6f commit 84761dcCopy full SHA for 84761dc
src/visibility-and-privacy.md
@@ -48,7 +48,7 @@ With the notion of an item being either public or private, Rust allows item
48
accesses in two cases:
49
50
1. If an item is public, then it can be accessed externally from some module
51
- `m` if you can access all the item's parent modules from `m`. You can
+ `m` if you can access all the item's ancestor modules from `m`. You can
52
also potentially be able to name the item through re-exports. See below.
53
2. If an item is private, it may be accessed by the current module and its
54
descendants.
0 commit comments