From d496509fce77440b6cde47d26957d85871beb18c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 27 Jan 2026 17:33:16 -0500 Subject: [PATCH] feat(config): improve config parsing phrasing --- lua/cp/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cp/config.lua b/lua/cp/config.lua index 4679301..dec8878 100644 --- a/lua/cp/config.lua +++ b/lua/cp/config.lua @@ -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,