Skip to content

Commit

Permalink
Fix typo in conversion/from_into
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Sep 6, 2024
1 parent 859786c commit 4e7e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/from_into.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn main() {
}
```

## `From` and `Into` are interchangable
## `From` and `Into` are interchangeable

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

0 comments on commit 4e7e3d8

Please sign in to comment.