Skip to content

Commit

Permalink
Merge pull request reduxjs#565 from tschaub/patch-1
Browse files Browse the repository at this point in the history
Add semicolon for consistency
  • Loading branch information
gaearon committed Aug 18, 2015
2 parents 6b43660 + a32bd99 commit 4672cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/ThreePrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function todos(state = [], action) {
completed: true
}),
...state.slice(action.index + 1)
]
];
default:
return state;
}
Expand Down

0 comments on commit 4672cef

Please sign in to comment.