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 081bfb8 + c59cd59 commit 3889695Copy full SHA for 3889695
src/hello/print.md
@@ -64,7 +64,7 @@ of text. The base form of two important ones are listed below:
64
* `fmt::Display`: Uses the `{}` marker. Format text in a more elegant, user
65
friendly fashion.
66
67
-Here, we used `fmt::Display `because the std library provides implementations
+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 automatically implements the
0 commit comments