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.
2 parents d17ba8a + 5ea44f9 commit 4c6fb90Copy full SHA for 4c6fb90
src/hello/print.md
@@ -74,7 +74,7 @@ Implementing the `fmt::Display` trait automatically implements the
74
75
* Fix the two issues in the above code (see FIXME) so that it runs without
76
error.
77
- * Add a `println!` macro that prints: `Pi is roughly 3.142` by controlling
+ * Add a `println!` macro call that prints: `Pi is roughly 3.142` by controlling
78
the number of decimal places shown. For the purposes of this exercise,
79
use `let pi = 3.141592` as an estimate for pi. (Hint: you may need to
80
check the [`std::fmt`][fmt] documentation for setting the number of
0 commit comments