Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Chen committed May 20, 2017
1 parent f68ab6f commit 9615f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducer-monad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function makeOkMeta(changedKeys: Keys): ReducerMeta {
return { changedKeys, statusCode: ReducerStatusCode.ok };
}

class ReducerM implements ObservingReducer {
class ObservingReducerM implements ObservingReducer {
reducer: Reducer
changingKeys: Keys

Expand Down

0 comments on commit 9615f45

Please sign in to comment.