We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07dd31 commit 3bf21b0Copy full SHA for 3bf21b0
src/base_object.h
@@ -165,7 +165,7 @@ inline T* Unwrap(v8::Local<v8::Object> obj) {
165
166
// Implementation of a generic strong or weak pointer to a BaseObject.
167
// If strong, this will keep the target BaseObject alive regardless of other
168
-// circumstances such das GC or Environment cleanup.
+// circumstances such as the GC or Environment cleanup.
169
// If weak, destruction behaviour is not affected, but the pointer will be
170
// reset to nullptr once the BaseObject is destroyed.
171
// The API matches std::shared_ptr closely.
0 commit comments