From cb47d50264d37a7758416875c98dc63c03a5f00b Mon Sep 17 00:00:00 2001 From: Andrej Lamov Date: Sat, 9 Mar 2024 22:43:37 +0100 Subject: [PATCH] docs: fix typo in patches.mdx (#1086) --- website/docs/patches.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/patches.mdx b/website/docs/patches.mdx index 4eb730b7..196322fe 100644 --- a/website/docs/patches.mdx +++ b/website/docs/patches.mdx @@ -198,7 +198,7 @@ const [nextState, patches, inversePatches] = produceWithPatches( Which produces: ```javascript -;[ +[ { age: 34 },