Skip to content

Commit 95e5c7f

Browse files
committed
Fixes #125: ignoreChange docs were backwards
1 parent a95444f commit 95e5c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flutter_redux.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class StoreConnector<S, ViewModel> extends StatelessWidget {
191191
/// it can be best to ignore the State change while your animation completes.
192192
///
193193
/// To ignore a change, provide a function that returns true or false. If the
194-
/// returned value is false, the change will be ignored.
194+
/// returned value is true, the change will be ignored.
195195
///
196196
/// If you ignore a change, and the framework needs to rebuild the Widget, the
197197
/// [builder] function will be called with the latest [ViewModel] produced by

0 commit comments

Comments
 (0)