Skip to content

Commit c79ec34

Browse files
authored
Merge pull request #1882 from tniessen/patch-1
Fix typo in conversion/from_into
2 parents 70aa7ae + 4e7e3d8 commit c79ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/from_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn main() {
6969
}
7070
```
7171

72-
## `From` and `Into` are interchangable
72+
## `From` and `Into` are interchangeable
7373

7474
`From` and `Into` are designed to be complementary.
7575
We do not need to provide an implementation for both traits.

0 commit comments

Comments
 (0)