mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: fix minor typo in base_object.h
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
@@ -165,7 +165,7 @@ inline T* Unwrap(v8::Local<v8::Object> obj) {
|
||||
|
||||
// Implementation of a generic strong or weak pointer to a BaseObject.
|
||||
// If strong, this will keep the target BaseObject alive regardless of other
|
||||
// circumstances such das GC or Environment cleanup.
|
||||
// circumstances such as the GC or Environment cleanup.
|
||||
// If weak, destruction behaviour is not affected, but the pointer will be
|
||||
// reset to nullptr once the BaseObject is destroyed.
|
||||
// The API matches std::shared_ptr closely.
|
||||
|
||||
Reference in New Issue
Block a user