Skip to content

Commit

Permalink
Merge pull request #1214 from jyash97/jyash97-patch-1
Browse files Browse the repository at this point in the history
Fix: Automatically Typo
  • Loading branch information
marioidival authored Jul 2, 2019
2 parents 55b28e3 + 5de708b commit 0571229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello/print.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ friendly fashion.
Here, we used `fmt::Display `because the std library provides implementations
for these types. To print text for custom types, more steps are required.

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

### Activities
Expand Down

0 comments on commit 0571229

Please sign in to comment.