Skip to content

Commit ec5b9c7

Browse files
author
Jimmy Miller
committedJun 25, 2017
removed extra dot
1 parent 9e5feb2 commit ec5b9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/recipes/reducers/ImmutableUpdatePatterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Unfortunately, the process of correctly applying immutable updates to deeply nes
5353
```js
5454
function updateVeryNestedField(state, action) {
5555
return {
56-
....state,
56+
...state,
5757
first : {
5858
...state.first,
5959
second : {

0 commit comments

Comments
 (0)
Please sign in to comment.