Skip to content

Commit

Permalink
Add news to base feature interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikaSD committed Oct 10, 2018
1 parent 19f8a5d commit 1764446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/features/bootstrappers.md
Expand Up @@ -43,7 +43,7 @@ class BootstrapperImpl : Bootstrapper<Action> {
Pass your `Bootstrapper` implementation in the constructor to either `ReducerFeature`, `ActorReducerFeature`, or `BaseFeature`:

```kotlin
class MyComplexFeature : BaseFeature<Wish, Action, Effect, State>(
class MyComplexFeature : BaseFeature<Wish, Action, Effect, State, News>(
// ...remainder omitted...
bootstrapper = BootstrapperImpl()
)
Expand Down

0 comments on commit 1764446

Please sign in to comment.