|
@@ -10,13 +10,13 @@ return {
|
|
units = {
|
|
units = {
|
|
type = 'VolumeUnit',
|
|
type = 'VolumeUnit',
|
|
default = [['linear']],
|
|
default = [['linear']],
|
|
- description = 'The units of the value.'
|
|
|
|
|
|
+ description = 'The unit of the value.'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
returns = {},
|
|
returns = {},
|
|
variants = {
|
|
variants = {
|
|
{
|
|
{
|
|
- arguments = { 'volume', 'units' },
|
|
|
|
|
|
+ arguments = { 'volume', 'unit' },
|
|
returns = {}
|
|
returns = {}
|
|
}
|
|
}
|
|
},
|
|
},
|