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.
2 parents 55b28e3 + 5de708b commit 0571229Copy full SHA for 0571229
src/hello/print.md
@@ -67,7 +67,7 @@ friendly fashion.
67
Here, we used `fmt::Display `because the std library provides implementations
68
for these types. To print text for custom types, more steps are required.
69
70
-Implementing the `fmt::Display` trait automagically implements the
+Implementing the `fmt::Display` trait automatically implements the
71
[`ToString`] trait which allows us to [convert] the type to [`String`][string].
72
73
### Activities
0 commit comments