From bbb45a582853e82ba0f48f511851df55f9e5e4c8 Mon Sep 17 00:00:00 2001 From: CoDeus <121677503+Coddeus@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:52:42 +0200 Subject: [PATCH] Fixed typo "mush" line 106 --- en/src/comments-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/comments-docs.md b/en/src/comments-docs.md index a1279e5..28c6141 100644 --- a/en/src/comments-docs.md +++ b/en/src/comments-docs.md @@ -103,7 +103,7 @@ We can also add doc comments for our crates and modules. Firstly, let's add some doc comments for our library crate: -> Note: We mush place crates and module comments at the top of the crate root or module file. +> Note: We must place crates and module comments at the top of the crate root or module file. ```rust //! # Doc comments //!