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 4254315 commit d0cb129Copy full SHA for d0cb129
src/README.md
@@ -761,7 +761,7 @@ reference to its associated JavaScript object. This can be useful when one
761
`BaseObject` refers to another `BaseObject` and wants to make sure it stays
762
alive during the lifetime of that reference.
763
764
-A `BaseObject` can be “detached” throught the `BaseObject::Detach()` method.
+A `BaseObject` can be “detached” through the `BaseObject::Detach()` method.
765
In this case, it will be deleted once the last `BaseObjectPtr` referring to
766
it is destroyed. There must be at least one such pointer when `Detach()` is
767
called. This can be useful when one `BaseObject` fully owns another
0 commit comments