Adjusted comment

This commit is contained in:
Jannek 2020-09-19 00:58:06 +02:00
parent e46d3c729a
commit 70484b463f

View file

@ -30,7 +30,7 @@ impl Package {
}
fn get_fees(&self, cents_per_gram: i32) -> ??? {
// Something goes here... (beware of grams to kg conversion)
// Something goes here...
}
}