Skip to content

Commit 91b7894

Browse files
fix: Fixes imperial cup conversion
1 parent 6d31bf3 commit 91b7894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Units/Unit/DefaultUnits.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ enum DefaultUnits {
12381238
name: "imperialCup",
12391239
symbol: "icup",
12401240
dimension: [.Length: 3],
1241-
coefficient: 197.15686375 - 6
1241+
coefficient: 197.15686375e-6
12421242
)
12431243
static let imperialPint = try! DefinedUnit(
12441244
name: "imperialPint",

0 commit comments

Comments
 (0)