Skip to content

Commit face055

Browse files
authored
Merge pull request #1289 from tgu/tgu-patch-1
2 parents a5c8455 + 79a58cb commit face055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Foundation/Unit.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,8 +1632,8 @@ open class UnitPower : Dimension {
16321632
static let milliwatts = "mW"
16331633
static let microwatts = "µW"
16341634
static let nanowatts = "nW"
1635-
static let picowatts = "nW"
1636-
static let femtowatts = "nHz"
1635+
static let picowatts = "pW"
1636+
static let femtowatts = "fW"
16371637
static let horsepower = "hp"
16381638
}
16391639

0 commit comments

Comments
 (0)