mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-26 07:52:20 +02:00
Fix typo in modules.md
This commit is contained in:
parent
c2c11531a5
commit
89ad1f6a65
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user