Skip to content

Commit 57f1e70

Browse files
authored
Merge pull request #1822 from cprecioso/patch-1
bug: fix typo
2 parents 672dfd6 + 7be865c commit 57f1e70

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
@@ -87,7 +87,7 @@ for these types. To print text for custom types, more steps are required.
8787
Implementing the `fmt::Display` trait automatically implements the
8888
[`ToString`] trait which allows us to [convert] the type to [`String`][string].
8989

90-
In *line 43*, `#[allow(dead_code)]` is an [attribute] which only apply to the module after it.
90+
In *line 43*, `#[allow(dead_code)]` is an [attribute] which only applies to the module after it.
9191

9292
### Activities
9393

0 commit comments

Comments
 (0)