Skip to content

Commit d1c5c06

Browse files
committed
Fix up formatting, small api doc fix
1 parent 545992c commit d1c5c06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/flutter_redux.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ class StoreProvider<S> extends InheritedWidget {
4141
/// }
4242
/// }
4343
/// ```
44-
45-
/// if you need to use the [Store] from an initState function
46-
/// set the [listen] option to false
47-
///
44+
///
45+
/// If you need to use the [Store] from the `initState` function, set the
46+
/// [listen] option to false.
47+
///
4848
/// ### Example
49-
///
49+
///
5050
/// ```
5151
/// class MyWidget extends StatefulWidget {
5252
/// static GlobalKey<_MyWidgetState> captorKey = GlobalKey<_MyWidgetState>();

0 commit comments

Comments
 (0)