Skip to content

Commit

Permalink
Add litre spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 27, 2023
1 parent 9a402ce commit 40cf737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[
("cc", "", "cm^3", ""),
("are", "ares", "l@100 meter^2", ""),
("liter", "liters", "l@1000 cc", ""),
("litre", "litres", "liter", ""),
("l", "", "s@liter", ""),
("L", "", "s@liter", ""),
("micron", "microns", "l@micrometer", ""),
Expand Down

0 comments on commit 40cf737

Please sign in to comment.