Skip to content

Commit

Permalink
Merge pull request #27 from M-Zuber/patch-1
Browse files Browse the repository at this point in the history
Fix variable name
  • Loading branch information
GuillaumeSalles committed Dec 10, 2015
2 parents 091b780 + c0af279 commit d10a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace Redux.Counter.Universal
{
public static class CounterReducer
{
public static int Execute(int previousState, IAction action)
public static int Execute(int state, IAction action)
{
if(action is IncrementAction)
{
Expand Down

0 comments on commit d10a38c

Please sign in to comment.