Skip to content

Commit 0a10e32

Browse files
committed
rollup merge of #21852: FreeFull/patch-1
Misspelling fix.
2 parents 02c149d + f371af4 commit 0a10e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ s.push_str(", world.");
3636
println!("{}", s);
3737
```
3838

39-
`String`s will coerece into `&str` with an `&`:
39+
`String`s will coerce into `&str` with an `&`:
4040

4141
```
4242
fn takes_slice(slice: &str) {

0 commit comments

Comments
 (0)