Skip to content

Commit 65f44ff

Browse files
author
Raif Özdoğan
committed
works with types updated to desc
1 parent 12a4c95 commit 65f44ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form_builder_validators/lib/src/form_builder_validators.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class FormBuilderValidators {
146146
};
147147
}
148148

149-
/// [FormFieldValidator] that requires the length of the field's string value length to be
149+
/// [FormFieldValidator] that requires the length of the field to be
150150
/// equal to the provided length. Works with String and Iterable types.
151151
static FormFieldValidator<T> lengthEqual<T>(
152152
int length, {

0 commit comments

Comments
 (0)