Skip to content

Commit 4e7e3d8

Browse files
authored
Fix typo in conversion/from_into
1 parent 859786c commit 4e7e3d8

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)