mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: fix typos
PR-URL: https://github.com/nodejs/node/pull/55064 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
@@ -111,7 +111,7 @@ class AliasedBufferBase : public MemoryRetainer {
|
||||
};
|
||||
|
||||
/**
|
||||
* Get the underlying v8 TypedArray overlayed on top of the native buffer
|
||||
* Get the underlying v8 TypedArray overlaid on top of the native buffer
|
||||
*/
|
||||
v8::Local<V8T> GetJSArray() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user