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

Merge pull request #105 from Adrian-Samoticha/patch-1

Fix typo in `modules.md`
This commit is contained in:
Andrew Walbran
2023-01-04 15:42:07 +00:00
committed by GitHub

View File

@ -1,6 +1,6 @@
# Modules # Modules
We have seen how `impl` blocks lets us namespace functions to a type. We have seen how `impl` blocks let us namespace functions to a type.
Similarly, `mod` lets us namespace types and functions: Similarly, `mod` lets us namespace types and functions: