Skip to content

Commit f371af4

Browse files
committed
Closes issue #21850
1 parent c2bda2a commit f371af4

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)