We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf28d66 commit 6341638Copy full SHA for 6341638
lib/flutter_redux.dart
@@ -6,7 +6,7 @@ import 'package:flutter/widgets.dart';
6
import 'package:meta/meta.dart';
7
import 'package:redux/redux.dart';
8
9
-/// Provides a Redux [Store] to all ancestors of this Widget. This should
+/// Provides a Redux [Store] to all descendants of this Widget. This should
10
/// generally be a root widget in your App. Connect to the Store provided
11
/// by this Widget using a [StoreConnector] or [StoreBuilder].
12
class StoreProvider<S> extends InheritedWidget {
0 commit comments