Skip to content

Commit 5ea44f9

Browse files
Update formatted print activity instruction
By reading "add a macro" I first thought I am supposed to implement a new macro :)
1 parent d17ba8a commit 5ea44f9

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
@@ -74,7 +74,7 @@ Implementing the `fmt::Display` trait automatically implements the
7474

7575
* Fix the two issues in the above code (see FIXME) so that it runs without
7676
error.
77-
* Add a `println!` macro that prints: `Pi is roughly 3.142` by controlling
77+
* Add a `println!` macro call that prints: `Pi is roughly 3.142` by controlling
7878
the number of decimal places shown. For the purposes of this exercise,
7979
use `let pi = 3.141592` as an estimate for pi. (Hint: you may need to
8080
check the [`std::fmt`][fmt] documentation for setting the number of

0 commit comments

Comments
 (0)