From a91a145fb6adac3adc0fa1d35128af1865789f81 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 25 Nov 2024 08:17:44 -0500 Subject: WARP: Improve wording on `Trivial Function Length` description --- plugins/warp/src/matcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/warp/src/matcher.rs b/plugins/warp/src/matcher.rs index e5b2afbf..eb9e2341 100644 --- a/plugins/warp/src/matcher.rs +++ b/plugins/warp/src/matcher.rs @@ -411,7 +411,7 @@ impl MatcherSettings { "title" : "Trivial Function Length", "type" : "number", "default" : Self::TRIVIAL_FUNCTION_LEN_DEFAULT, - "description" : "Functions below this length will be required to match on constraints.", + "description" : "Functions below this length in bytes will be required to match on constraints.", "ignore" : ["SettingsProjectScope", "SettingsResourceScope"] }); bn_settings.register_setting_json( -- cgit v1.3.1