Skip to content

Commit a39f437

Browse files
authored
Update article.md
1 parent cb62d6d commit a39f437

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let array = [ john ];
3030
john = null; // overwrite the reference
3131

3232
*!*
33-
// the object previously referenced by john is stored inside the array
33+
// the object previously referenced by john is stored inside the array
3434
// therefore it won't be garbage-collected
3535
// we can get it as array[0]
3636
*/!*

0 commit comments

Comments
 (0)