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.
1 parent e73fff3 commit 18589abCopy full SHA for 18589ab
exercises/07_structs/structs3.rs
@@ -29,7 +29,7 @@ impl Package {
29
// is considered international.
30
}
31
32
- // TODO: Add the correct return type to the function signature.
+ // TODO: Add the correct return type to the function fees.
33
fn get_fees(&self, cents_per_gram: u32) {
34
// TODO: Calculate the package's fees.
35
0 commit comments