Skip to content

Commit

Permalink
Merge pull request #1854 from mckzm/src/conversion-/from_into.md-fix_…
Browse files Browse the repository at this point in the history
…typo

Fix minor typo in from_into.md
  • Loading branch information
marioidival committed Jun 30, 2024
2 parents b1d97bd + 0fc15da commit 48ddc5a
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 @@ -18,7 +18,7 @@ let my_str = "hello";
let my_string = String::from(my_str);
```

We can do similar for defining a conversion for our own type.
We can do something similar for defining a conversion for our own type.

```rust,editable
use std::convert::From;
Expand Down

0 comments on commit 48ddc5a

Please sign in to comment.