We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2048289 commit 0fc15daCopy full SHA for 0fc15da
src/conversion/from_into.md
@@ -18,7 +18,7 @@ let my_str = "hello";
18
let my_string = String::from(my_str);
19
```
20
21
-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.
22
23
```rust,editable
24
use std::convert::From;
0 commit comments