Skip to content

Commit

Permalink
fix error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giusepperaso committed Feb 9, 2024
1 parent f82b38e commit 796e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ expect(undone).toEqual(makeObj());

## Apply patches mutatively

Sometimes you may want to apply patches to an object without mutating it. You can do it via *applyPatchesMutatively*:
Sometimes you may want to apply patches to an object without cloning it. You can do it via *applyPatchesMutatively*:

```typescript
const original = [{ A: 1 }];
Expand Down

0 comments on commit 796e69d

Please sign in to comment.