Skip to content

Commit 18589ab

Browse files
authored
fix typo in structs3.rs
1 parent e73fff3 commit 18589ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/07_structs/structs3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Package {
2929
// is considered international.
3030
}
3131

32-
// TODO: Add the correct return type to the function signature.
32+
// TODO: Add the correct return type to the function fees.
3333
fn get_fees(&self, cents_per_gram: u32) {
3434
// TODO: Calculate the package's fees.
3535
}

0 commit comments

Comments
 (0)