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.
1 parent 612b0f0 commit 7566405Copy full SHA for 7566405
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