Skip to content

Commit 3bf21b0

Browse files
danbevtargos
authored andcommittedApr 18, 2020
src: fix minor typo in base_object.h
PR-URL: #31535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
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)
Please sign in to comment.