Skip to content

Commit 3bf21b0

Browse files
danbevtargos
authored andcommitted
src: fix minor typo in base_object.h
PR-URL: #31535 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent d07dd31 commit 3bf21b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base_object.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ inline T* Unwrap(v8::Local<v8::Object> obj) {
165165

166166
// Implementation of a generic strong or weak pointer to a BaseObject.
167167
// If strong, this will keep the target BaseObject alive regardless of other
168-
// circumstances such das GC or Environment cleanup.
168+
// circumstances such as the GC or Environment cleanup.
169169
// If weak, destruction behaviour is not affected, but the pointer will be
170170
// reset to nullptr once the BaseObject is destroyed.
171171
// The API matches std::shared_ptr closely.

0 commit comments

Comments
 (0)