mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Merge pull request #393 from Coddeus/patch-1
Fixed typo "mush" line 106
This commit is contained in:
@ -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
|
||||||
//!
|
//!
|
||||||
|
Reference in New Issue
Block a user