update zh/String.md

This commit is contained in:
sunface
2022-03-08 22:14:12 +08:00
parent f56fe4c040
commit 685a06bdfb
2 changed files with 21 additions and 24 deletions

View File

@ -134,7 +134,6 @@ fn main() {
let v = vec![104, 101, 108, 108, 111];
// Turn a bytes vector into a String
// We know these bytes are valid, so we'll use `unwrap()`.
let s1 = __;