update zh/String.md

This commit is contained in:
sunface
2022-03-08 22:23:18 +08:00
parent 685a06bdfb
commit c36b2be799
2 changed files with 12 additions and 15 deletions

View File

@ -186,7 +186,6 @@ fn main() {
let len = story.__();
let capacity = story.__();
// story has nineteen bytes
assert_eq!(16, len);
// We can re-build a String out of ptr, len, and capacity. This is all