mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 15:40:27 +08:00
Remove redundant duplicate 'can'
This commit is contained in:
parent
7328b60b62
commit
4e62d9774e
@ -100,7 +100,7 @@ let hello = "Hola";
|
||||
|
||||
### Updating a String
|
||||
|
||||
A `String` can can grow in size and its contents can change just like the
|
||||
A `String` can grow in size and its contents can change just like the
|
||||
contents of a `Vec`, by pushing more data into it. In addition, `String` has
|
||||
concatenation operations implemented with the `+` operator for convenience.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user