Skip to content

Commit 5f6e806

Browse files
authored
fix(docs): wrong docs (#106)
1 parent 3d60716 commit 5f6e806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/formz.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mixin FormzMixin {
189189
/// Whether all of the [FormzInput] are pure.
190190
bool get isPure => Formz.isPure(inputs);
191191

192-
/// Whether all of the [FormzInput] are dirty.
192+
/// Whether at least one of the [FormzInput]s is dirty.
193193
bool get isDirty => !isPure;
194194

195195
/// Returns all [FormzInput] instances.

0 commit comments

Comments
 (0)