Skip to content

Commit 0fc15da

Browse files
authored
Fix minor typo in from_into.md
s/We can do similar/We can do something similar
1 parent 2048289 commit 0fc15da

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
@@ -18,7 +18,7 @@ let my_str = "hello";
1818
let my_string = String::from(my_str);
1919
```
2020

21-
We can do similar for defining a conversion for our own type.
21+
We can do something similar for defining a conversion for our own type.
2222

2323
```rust,editable
2424
use std::convert::From;

0 commit comments

Comments
 (0)