You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-30 09:08:45 +02:00
Fix typo in visibility.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Visibility
|
# Visibility
|
||||||
|
|
||||||
Module are a privacy boundary:
|
Modules are a privacy boundary:
|
||||||
|
|
||||||
* Module items are private by default (hides implementation details).
|
* Module items are private by default (hides implementation details).
|
||||||
* Parent and sibling items are always visible.
|
* Parent and sibling items are always visible.
|
||||||
|
|||||||
Reference in New Issue
Block a user