Skip to content

Commit 637f49b

Browse files
authored
Merge pull request #88 from kazazfurkan/patch-1
fix wrong reference
2 parents 6305a2a + 93837eb commit 637f49b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/02-garbage-collection

1 file changed

+1
-1
lines changed

1-js/04-object-basics/02-garbage-collection/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let kullanici = {
6262
};
6363

6464
*!*
65-
let yonetici = isim;
65+
let yonetici = kullanici;
6666
*/!*
6767
```
6868

0 commit comments

Comments
 (0)