Skip to content

Commit

Permalink
fix(actions-and-reducers.mdx): remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jun 26, 2024
1 parent 56c509e commit 767bbc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let newState = this.reducer.reduce(
actions,
stateType,
(state: Bool, action: Field) => state.or(action.equals(1000)),
initial
initial
);
```

Expand Down

0 comments on commit 767bbc7

Please sign in to comment.