Merge pull request #678 from liukun4515/patch-2

fix example in `string-slice.md`
pull/682/head
Sunface 3 years ago committed by GitHub
commit fac2b6cb85
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