Skip to content

Commit

Permalink
Remove redundant duplicate 'can'
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe authored Jan 10, 2017
1 parent 7328b60 commit 4e62d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch08-02-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4e62d97

Please sign in to comment.