Skip to content

Commit 4c6fb90

Browse files
authored
Merge pull request #1493 from michallepicki/patch-1
Update formatted print activity instruction
2 parents d17ba8a + 5ea44f9 commit 4c6fb90

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)