Skip to content

Commit b5a9dfe

Browse files
committed
Oops, string is no child of Object
1 parent ae9fd0b commit b5a9dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/form/nodes/Validators/StringValidator.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func _on_text_changed(
9393
## Validates given text against all rules and returns validity
9494
func validate(
9595
## Text to validate
96-
subject: Object
96+
subject
9797
) -> bool:
9898
super.validate(subject)
9999
var _regex := RegEx.new()

0 commit comments

Comments
 (0)