Update en/src/comments-docs.md

This commit is contained in:
Sunface
2023-05-15 12:31:31 +08:00
committed by GitHub
parent bbb45a5828
commit cc51dc7266

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 must 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
//! //!