Skip to content

Commit c33b854

Browse files
Fixed line number
1 parent 469dc16 commit c33b854

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)