Skip to content

Commit 0571229

Browse files
authored
Merge pull request #1214 from jyash97/jyash97-patch-1
Fix: Automatically Typo
2 parents 55b28e3 + 5de708b commit 0571229

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
@@ -67,7 +67,7 @@ friendly fashion.
6767
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

70-
Implementing the `fmt::Display` trait automagically implements the
70+
Implementing the `fmt::Display` trait automatically implements the
7171
[`ToString`] trait which allows us to [convert] the type to [`String`][string].
7272

7373
### Activities

0 commit comments

Comments
 (0)