Skip to content

Commit 9a45908

Browse files
fixed unit abbreviation
1 parent cf0b92e commit 9a45908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/si/molar_flux.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quantity! {
1313
P1, // amount of substance
1414
Z0>; // luminous intensity
1515
units {
16-
@mole_per_square_meter_second: prefix!(none); "mol/(s · )",
16+
@mole_per_square_meter_second: prefix!(none); "mol/( · s)",
1717
"mole per square meter second", "moles per square meter second";
1818
}
1919
}

0 commit comments

Comments
 (0)