Skip to content

Commit

Permalink
Remove semi-colon from Reducers.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbee committed Oct 30, 2015
1 parent bd7b6c9 commit 473ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/Reducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function todoApp(state = initialState, action) {
return {
...state,
todos: todos(state.todos, action)
};
}
default:
return state
}
Expand Down

0 comments on commit 473ff39

Please sign in to comment.