We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612b0f0 + 7566405 commit 2f8bea4Copy full SHA for 2f8bea4
1-js/99-js-misc/09-weakref-finalizationregistry/article.md
@@ -274,7 +274,7 @@ const registry = new FinalizationRegistry(cleanupCallback);
274
let user = { name: "John" };
275
276
const registry = new FinalizationRegistry((heldValue) => {
277
- console.log(`${heldValue} был собрано сборщиком мусора.`);
+ console.log(`${heldValue} был собран сборщиком мусора.`);
278
});
279
```
280
0 commit comments