Skip to content

Commit

Permalink
fix(docs): wrong docs (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Sep 14, 2023
1 parent 3d60716 commit 5f6e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formz.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mixin FormzMixin {
/// Whether all of the [FormzInput] are pure.
bool get isPure => Formz.isPure(inputs);

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

/// Returns all [FormzInput] instances.
Expand Down

0 comments on commit 5f6e806

Please sign in to comment.