From 89ad1f6a65160a8f9677aa9b9982e55d551017e7 Mon Sep 17 00:00:00 2001 From: Adrian Samoticha <86920182+Adrian-Samoticha@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:44:37 +0100 Subject: [PATCH] Fix typo in `modules.md` --- src/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules.md b/src/modules.md index 58324972..f99c3624 100644 --- a/src/modules.md +++ b/src/modules.md @@ -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: