Skip to content

Commit bfeb7a4

Browse files
typo
1 parent 95597b8 commit bfeb7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,6 @@ The most notable limitation of `WeakMap` and `WeakSet` is the absence of iterati
284284

285285
`WeakSet` is `Set`-like collection that stores only objects and removes them once they become inaccessible by other means.
286286

287-
Both of them do not support methods and properties that refer to all keys or their count. Only individial operations are allowed.
287+
Both of them do not support methods and properties that refer to all keys or their count. Only individual operations are allowed.
288288

289289
`WeakMap` and `WeakSet` are used as "secondary" data structures in addition to the "main" object storage. Once the object is removed from the main storage, if it is only found as the key of `WeakMap` or in a `WeakSet`, it will be cleaned up automatically.

0 commit comments

Comments
 (0)