diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-25 08:17:44 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-25 15:44:50 -0500 |
| commit | a91a145fb6adac3adc0fa1d35128af1865789f81 (patch) | |
| tree | 96e792dd8fe90141e1da1ddf2062257341b457ea /plugins | |
| parent | adfb8377060a4af6b06dbba2751346a1dff3fb26 (diff) | |
WARP: Improve wording on `Trivial Function Length` description
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/warp/src/matcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
