mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 07:20:20 +08:00
Merge pull request #394 from kiliankoe/patch-1
Remove redundant duplicate 'can'
This commit is contained in:
commit
4335bd5e93
@ -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