Skip to content

Commit 9347dc9

Browse files
mscdexkkoopa
authored andcommitted
Remove duplicate v8 function reference
The function name has always been `AdjustAmountOfExternalAllocatedMemory()` for all versions supported by nan.
1 parent 2bde4d1 commit 9347dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/v8_internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ Signature:
195195
int Nan::AdjustExternalMemory(int bytesChange)
196196
```
197197
198-
Calls V8's [`AdjustAmountOfExternalAllocatedMemory()` or `AdjustAmountOfExternalAllocatedMemory()`](https://v8docs.nodesource.com/io.js-3.0/d5/dda/classv8_1_1_isolate.html#ae1a59cac60409d3922582c4af675473e) depending on the version of V8.
198+
Calls V8's [`AdjustAmountOfExternalAllocatedMemory()`](https://v8docs.nodesource.com/io.js-3.0/d5/dda/classv8_1_1_isolate.html#ae1a59cac60409d3922582c4af675473e).
199199

0 commit comments

Comments
 (0)