Skip to content

Commit

Permalink
Fixed inconsistent units.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schleemilch <[email protected]>
  • Loading branch information
sschleemilch authored and erikbosch committed Jul 24, 2024
1 parent 88b54b8 commit 1b97c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cm/s^2:
# Volume

ml:
description: Volume measured in milliliters
definition: Volume measured in milliliters
unit: milliliter
quantity: volume
allowed-datatypes: ['numeric']
Expand Down Expand Up @@ -138,7 +138,7 @@ g:
allowed-datatypes: ['numeric']
kg:
definition: Mass measured in kilograms
label: kilogram
unit: kilogram
quantity: mass
allowed-datatypes: ['numeric']
lbs:
Expand Down Expand Up @@ -205,7 +205,7 @@ weeks:
allowed-datatypes: ['numeric']
months:
definition: Duration measured in months
units: months
unit: months
quantity: duration
allowed-datatypes: ['numeric']
years:
Expand Down

0 comments on commit 1b97c70

Please sign in to comment.