Fixed typo "mush" line 106

This commit is contained in:
CoDeus
2023-04-18 08:52:42 +02:00
committed by GitHub
parent 06b48b24b3
commit bbb45a5828

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