Skip to content

Commit df86e36

Browse files
committed
feat: add unit cL
1 parent 068a95c commit df86e36

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
@@ -177,10 +177,10 @@ end
177177
## Volume
178178
@register_unit L dm^3
179179

180-
@add_prefixes L (m, d)
180+
@add_prefixes L (m, c, d)
181181

182182
@doc(
183-
"Volume in liters. Available variants: `mL`, `dL`.",
183+
"Volume in liters. Available variants: `mL`, `cL`, `dL`.",
184184
L,
185185
)
186186

0 commit comments

Comments
 (0)