We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e7384 commit bd87e19Copy full SHA for bd87e19
src/README.md
@@ -812,7 +812,7 @@ reference to its associated JavaScript object. This can be useful when one
812
`BaseObject` refers to another `BaseObject` and wants to make sure it stays
813
alive during the lifetime of that reference.
814
815
-A `BaseObject` can be “detached” throught the `BaseObject::Detach()` method.
+A `BaseObject` can be “detached” through the `BaseObject::Detach()` method.
816
In this case, it will be deleted once the last `BaseObjectPtr` referring to
817
it is destroyed. There must be at least one such pointer when `Detach()` is
818
called. This can be useful when one `BaseObject` fully owns another
0 commit comments