We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e078a7 commit 5287011Copy full SHA for 5287011
docs/deltas.md
@@ -53,7 +53,7 @@ Here's an example combining what we have:
53
```
54
delta = {
55
property1: [ newValue1 ], // obj[property1] = newValue1
56
- property2: [ oldValue2, newValue2 ] // obj[property2] = newValue2 (and previous value was oldValue2)
+ property2: [ oldValue2, newValue2 ], // obj[property2] = newValue2 (and previous value was oldValue2)
57
property5: [ oldValue5, 0, 0 ] // delete obj[property5] (and previous value was oldValue5)
58
}
59
0 commit comments