diff --git a/exercises/07_structs/structs3.rs b/exercises/07_structs/structs3.rs index 69e5ced7..97fb6a3e 100644 --- a/exercises/07_structs/structs3.rs +++ b/exercises/07_structs/structs3.rs @@ -29,7 +29,7 @@ impl Package { // is considered international. } - // TODO: Add the correct return type to the function signature. + // TODO: Add the correct return type to the function fees. fn get_fees(&self, cents_per_gram: u32) { // TODO: Calculate the package's fees. }