Skip to content

Commit 3889695

Browse files
authored
Merge pull request #1350 from nihaals/patch-1
Fixed typo in formatted print
2 parents 081bfb8 + c59cd59 commit 3889695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ of text. The base form of two important ones are listed below:
6464
* `fmt::Display`: Uses the `{}` marker. Format text in a more elegant, user
6565
friendly fashion.
6666

67-
Here, we used `fmt::Display `because the std library provides implementations
67+
Here, we used `fmt::Display` because the std library provides implementations
6868
for these types. To print text for custom types, more steps are required.
6969

7070
Implementing the `fmt::Display` trait automatically implements the

0 commit comments

Comments
 (0)