This commit is contained in:
Adrien Ufferte
2025-06-18 16:43:00 +02:00
parent 6be4e67b50
commit ab8efbcbf3
52 changed files with 176 additions and 176 deletions
@@ -4,7 +4,7 @@ class_name AlphanumericRule
func _init() -> void:
fail_message = "Value must contain only alphanumeric cahracters."
fail_message = "Value must contain only alphanumeric characters."
func apply(control: Control, value) -> RuleResult: