Skip to content

Commit 8d7ab43

Browse files
committed
fixes
1 parent 5fe2543 commit 8d7ab43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The most notable limitation of `WeakMap` and `WeakSet` is the absence of iterati
282282

283283
`WeakMap` is `Map`-like collection that allows only objects as keys and removes them together with associated value once they become inaccessible by other means.
284284

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

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

0 commit comments

Comments
 (0)