Skip to content

Commit c59cd59

Browse files
authored
Fixed typo
1 parent 081bfb8 commit c59cd59

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)