diff --git a/src/rules.py b/src/rules.py index ca21351..95b982d 100644 --- a/src/rules.py +++ b/src/rules.py @@ -61,7 +61,7 @@ class PropertyRules: """A collection of rules for processing parameters in Speckle objects.""" @staticmethod - def is_parameter_value_contains(speckle_object: Base, parameter_name: str, substring: str) -> bool: + def is_parameter_value_containing(speckle_object: Base, parameter_name: str, substring: str) -> bool: """Checks if parameter value contains the given substring. Args: