Skip to content

Commit

Permalink
Merge pull request #1882 from tniessen/patch-1
Browse files Browse the repository at this point in the history
Fix typo in conversion/from_into
  • Loading branch information
marioidival authored Sep 8, 2024
2 parents 70aa7ae + 4e7e3d8 commit c79ec34
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 c79ec34

Please sign in to comment.