1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 23:05:22 +02:00

Fix typo in modules.md

This commit is contained in:
Adrian Samoticha 2023-01-04 15:44:37 +01:00 committed by GitHub
parent c2c11531a5
commit 89ad1f6a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# 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: