Skip to content

Commit be28fe2

Browse files
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
1 parent 8d71d86 commit be28fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ let mutationRecords = observer.takeRecords();
252252
```
253253

254254
```smart header="Garbage collection interaction"
255-
Observers use weak references to nodes internally. That is: if a node is removed from the DOM, and becomes unreachable, then it can be garbage collected.
255+
Observers use weak references to nodes internally. That is, if a node is removed from the DOM, and becomes unreachable, then it can be garbage collected.
256256
257257
The mere fact that a DOM node is observed doesn't prevent the garbage collection.
258258
```

0 commit comments

Comments
 (0)