feat(config): improve config parsing phrasing
This commit is contained in:
parent
383b327442
commit
d496509fce
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ function M.setup(user_config)
|
||||||
function(v)
|
function(v)
|
||||||
return type(v) == 'number' and v > 0 and v <= 1
|
return type(v) == 'number' and v > 0 and v <= 1
|
||||||
end,
|
end,
|
||||||
'number/decimal between 0 and 1',
|
'decimal between 0 and 1',
|
||||||
},
|
},
|
||||||
next_test_key = {
|
next_test_key = {
|
||||||
cfg.ui.run.next_test_key,
|
cfg.ui.run.next_test_key,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue