Update chapter_3_4.md

This commit is contained in:
令狐一冲
2023-05-17 14:03:45 +08:00
committed by GitHub
parent cda9585b7c
commit f74ab29e27

View File

@@ -46,7 +46,7 @@ Rust提供了cargo doc命令可以把文档注释转换成html网页最终展
2文档块注释使用“/**...*/”。
示例如下:
```
```Rust
// 下面是文档行注释
/// `add_one` 将指定值加1