revert chapter 3.3 some contents

This commit is contained in:
Joe Chen
2023-06-10 16:55:06 +08:00
parent a5d02601c3
commit 62bc7180cf

View File

@@ -30,7 +30,7 @@ fn main() {
}
```
Rust中函数也可以定义在函数内部(函数嵌套),如下:
Rust中函数也可以定义在函数内部如下
```rust
fn calculate(a: u32, b: u32) {