Skip to content

Commit

Permalink
fix(actions-and-reducers.mdx): remove extra colon in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jun 24, 2024
1 parent 6f1873d commit b9408ed
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 b9408ed

Please sign in to comment.