Skip to content

Commit

Permalink
docs: fix typo in reference types example
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscalo authored and Westbrook committed Mar 25, 2024
1 parent 56cb440 commit 849c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/knowledge/lit-element/rendering.md
Expand Up @@ -41,7 +41,7 @@ But in the case of reference types, the thing that is compared is the _reference

```js
const o = { foo: 'bar' }
const p === { foo: 'bar' }
const p = { foo: 'bar' }
o === p // false
```

Expand Down

0 comments on commit 849c1f8

Please sign in to comment.