Skip to content

Commit 6341638

Browse files
committed
Fixes #56 — Typo in Docstring
1 parent bf28d66 commit 6341638

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
@@ -6,7 +6,7 @@ import 'package:flutter/widgets.dart';
66
import 'package:meta/meta.dart';
77
import 'package:redux/redux.dart';
88

9-
/// Provides a Redux [Store] to all ancestors of this Widget. This should
9+
/// Provides a Redux [Store] to all descendants of this Widget. This should
1010
/// generally be a root widget in your App. Connect to the Store provided
1111
/// by this Widget using a [StoreConnector] or [StoreBuilder].
1212
class StoreProvider<S> extends InheritedWidget {

0 commit comments

Comments
 (0)