Skip to content

Commit 8b7bf10

Browse files
authored
store vs keeps stored
1 parent 7b76185 commit 8b7bf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/08-weakmap-weakset/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WeakMap and WeakSet
22

3-
As we know from the chapter <info:garbage-collection>, JavaScript engine stores a value in memory while it is reachable (and can potentially be used).
3+
As we know from the chapter <info:garbage-collection>, JavaScript engine keeps a value in memory while it is "reachable" and can potentially be used.
44

55
For instance:
66
```js

0 commit comments

Comments
 (0)