fix example in `string-slice.md`

pull/678/head
Kun Liu 3 years ago committed by GitHub
parent 371816b65b
commit 1a6e50f638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -292,8 +292,7 @@ fn main() {
s.push('r');
println!("追加字符 push() -> {}", s);
s.push_str("ust!")
;
s.push_str("ust!");
println!("追加字符串 push_str() -> {}", s);
}
```
@ -675,4 +674,4 @@ for b in "中国人".bytes() {
## 引用资料
1. https://blog.csdn.net/a1595901624/article/details/119294443
1. https://blog.csdn.net/a1595901624/article/details/119294443

Loading…
Cancel
Save