summaryrefslogtreecommitdiff
path: root/doc/api/v8.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-07-20 21:01:51 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-07-23 22:10:59 +0300
commit4d1e0862ced8134b1b4e57480bbd46ca14e61d0f (patch)
treed2b4c7d04d205bd4b806dd79478b86a8815dad99 /doc/api/v8.md
parent69f653dff902bf385dfa0ed0e89be3d0e1f57391 (diff)
downloadandroid-node-v8-4d1e0862ced8134b1b4e57480bbd46ca14e61d0f.tar.gz
android-node-v8-4d1e0862ced8134b1b4e57480bbd46ca14e61d0f.tar.bz2
android-node-v8-4d1e0862ced8134b1b4e57480bbd46ca14e61d0f.zip
doc: fix some links
PR-URL: https://github.com/nodejs/node/pull/14400 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com>
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 11b3f1e3ae..3a3e5f664a 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -289,7 +289,7 @@ by subclasses.
* `flag` {boolean}
Indicate whether to treat `TypedArray` and `DataView` objects as
-host objects, i.e. pass them to [`serializer._writeHostObject`][].
+host objects, i.e. pass them to [`serializer._writeHostObject()`][].
The default is not to treat those objects as host objects.