Skip to content

Commit 068a95c

Browse files
committed
feat: add unit mbar
1 parent 25d1a94 commit 068a95c

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
@@ -187,10 +187,10 @@ end
187187
## Pressure
188188
@register_unit bar 100 * kPa
189189

190-
@add_prefixes bar ()
190+
@add_prefixes bar (m,)
191191

192192
@doc(
193-
"Pressure in bars.",
193+
"Pressure in bars. Available variants: `mbar`.",
194194
bar,
195195
)
196196

0 commit comments

Comments
 (0)