fix 3.7.1 heading

This commit is contained in:
Joe Chen
2023-06-14 23:35:24 +08:00
parent 62e75ee888
commit e115582c0c

View File

@@ -91,7 +91,7 @@ fn main() {
}
```
### 3.2 String类型的本质
### 2String类型的本质
Rust标准库中String类型的定义如下