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 64c9be1a88..c9d2512fdd 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -269,7 +269,7 @@ by subclasses.
This method is called to generate error objects that will be thrown when an
object can not be cloned.
-This method defaults to the [`Error`][] constructor and can be be overridden on
+This method defaults to the [`Error`][] constructor and can be overridden on
subclasses.
#### serializer.\_getSharedArrayBufferId(sharedArrayBuffer)