Skip to content

Commit 46913d1

Browse files
vplentinaxcortizg
andauthored
Update 1-js/05-data-types/weakmap-weakset/article.md
Co-authored-by: Carlos Ortiz Gutiérrez <[email protected]>
1 parent 01abb36 commit 46913d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let weakMap = new WeakMap();
6666

6767
let obj = {};
6868

69-
weakMap.set(obj, "ok"); // funciona bien(propiedad de objeto)
69+
weakMap.set(obj, "ok"); // funciona bien (propiedad de objeto)
7070

7171
*!*
7272
// no puede usar un string como propiedad

0 commit comments

Comments
 (0)