diff options
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( |
