Merge pull request #393 from Coddeus/patch-1

Fixed typo "mush" line 106
This commit is contained in:
Sunface
2023-05-15 12:31:46 +08:00
committed by GitHub

View File

@ -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: 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 crate root or module file.
```rust ```rust
//! # Doc comments //! # Doc comments
//! //!