We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672dfd6 commit 7be865cCopy full SHA for 7be865c
src/hello/print.md
@@ -87,7 +87,7 @@ for these types. To print text for custom types, more steps are required.
87
Implementing the `fmt::Display` trait automatically implements the
88
[`ToString`] trait which allows us to [convert] the type to [`String`][string].
89
90
-In *line 43*, `#[allow(dead_code)]` is an [attribute] which only apply to the module after it.
+In *line 43*, `#[allow(dead_code)]` is an [attribute] which only applies to the module after it.
91
92
### Activities
93
0 commit comments