Skip to content

Commit 7614dc1

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

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
@@ -147,7 +147,7 @@ class FormBuilderValidators {
147147
}
148148

149149
/// [FormFieldValidator] that requires the length of the field to be
150-
/// equal to the provided length. Works with String and Iterable types.
150+
/// equal to the provided length.
151151
static FormFieldValidator<T> lengthEqual<T>(
152152
int length, {
153153
String? errorText,

0 commit comments

Comments
 (0)