We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d97bd + 0fc15da commit 48ddc5aCopy full SHA for 48ddc5a
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