We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b912cb4 commit dfc42c3Copy full SHA for dfc42c3
lib/flutter_redux.dart
@@ -78,7 +78,7 @@ typedef OnDisposeCallback<S> = void Function(
78
/// it can be best to ignore the State change while your animation completes.
79
///
80
/// To ignore a change, provide a function that returns true or false. If the
81
-/// returned value is false, the change will be ignored.
+/// returned value is true, the change will be ignored.
82
83
/// If you ignore a change, and the framework needs to rebuild the Widget, the
84
/// `builder` function will be called with the latest `ViewModel` produced by
0 commit comments