feat(config): improve config parsing phrasing

This commit is contained in:
Barrett Ruth 2026-01-27 17:33:16 -05:00
parent 383b327442
commit d496509fce

View file

@ -362,7 +362,7 @@ function M.setup(user_config)
function(v)
return type(v) == 'number' and v > 0 and v <= 1
end,
'number/decimal between 0 and 1',
'decimal between 0 and 1',
},
next_test_key = {
cfg.ui.run.next_test_key,