Skip to content

Commit bd87e19

Browse files
tniessenruyadorno
authored andcommitted
src: fix typo in src code guide
PR-URL: #37956 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent b7e7384 commit bd87e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ reference to its associated JavaScript object. This can be useful when one
812812
`BaseObject` refers to another `BaseObject` and wants to make sure it stays
813813
alive during the lifetime of that reference.
814814
815-
A `BaseObject` can be “detached” throught the `BaseObject::Detach()` method.
815+
A `BaseObject` can be “detached” through the `BaseObject::Detach()` method.
816816
In this case, it will be deleted once the last `BaseObjectPtr` referring to
817817
it is destroyed. There must be at least one such pointer when `Detach()` is
818818
called. This can be useful when one `BaseObject` fully owns another

0 commit comments

Comments
 (0)