Skip to content

Commit c260429

Browse files
committed
Add more liter prefixes
1 parent 43f4080 commit c260429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/units.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ end
180180
## Volume
181181
@register_unit L dm^3
182182

183-
@add_prefixes L (m, c, d)
183+
@add_prefixes L (μ, u, m, c, d)
184184

185185
@doc(
186-
"Volume in liters. Available variants: `mL`, `cL`, `dL`.",
186+
"Volume in liters. Available variants: `μL` (/`uL`), `mL`, `cL`, `dL`.",
187187
L,
188188
)
189189

0 commit comments

Comments
 (0)