summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index a72d7fa51e..9f9ad8ae51 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -339,7 +339,7 @@ For use inside of a custom [`deserializer._readHostObject()`][].
#### deserializer.readUint64()
-* Returns: {Array}
+* Returns: {integer[]}
Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]`
with two 32-bit unsigned integer entries.