Skip to content

Commit

Permalink
removed extra dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Miller committed Jun 25, 2017
1 parent 9e5feb2 commit ec5b9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/reducers/ImmutableUpdatePatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Unfortunately, the process of correctly applying immutable updates to deeply nes
```js
function updateVeryNestedField(state, action) {
return {
....state,
...state,
first : {
...state.first,
second : {
Expand Down

0 comments on commit ec5b9c7

Please sign in to comment.