Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4152428 commit c167ae0Copy full SHA for c167ae0
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