Skip to content

Commit 8cb3581

Browse files
sunsidedeldruin
authored andcommitted
Fix pferdstarken to Pferdestärken
1 parent efcdde3 commit 8cb3581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const WATT_KILOWATT_FACTOR: f64 = 1e-3;
1212
pub const WATT_MILLIWATT_FACTOR: f64 = 1e3;
1313
/// Number of µW in a W
1414
pub const WATT_MICROWATT_FACTOR: f64 = 1e6;
15-
/// Number of pferdstarken (PS) in a W
15+
/// Number of Pferdestärken (PS, horsepower) in a W
1616
pub const WATT_PS_FACTOR: f64 = 1.0 / 735.499;
1717

1818
/// The `Power` struct can be used to deal with energies in a common way.

0 commit comments

Comments
 (0)