1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-25 02:06:46 +02:00

Merge pull request #106 from Adrian-Samoticha/patch-2

Fix typo in `visibility.md`
This commit is contained in:
Andrew Walbran
2023-01-04 15:41:59 +00:00
committed by GitHub

View File

@ -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.