Skip to content

Commit 57636d6

Browse files
authored
Merge pull request #1723 from holzkohlengrill/patch-1
Fixed line number
2 parents 469dc16 + c33b854 commit 57636d6

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

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

9393
### Activities
9494

0 commit comments

Comments
 (0)