Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed May 29, 2023
1 parent 1be023b commit 935394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ const A = { x: X } // const A = { x: { y: { z:

Value.Mutate(A, { x: { y: { z: 2 } } }) // const A' = { x: { y: { z: 2 } } }

const R0 = A.x.y.z === 2 // const R0 = 2
const R0 = A.x.y.z === 2 // const R0 = true

const R1 = A.x.y === Y // const R1 = true

Expand Down

0 comments on commit 935394f

Please sign in to comment.