diff options
author | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2017-07-20 21:01:51 +0300 |
---|---|---|
committer | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2017-07-23 22:10:59 +0300 |
commit | 4d1e0862ced8134b1b4e57480bbd46ca14e61d0f (patch) | |
tree | d2b4c7d04d205bd4b806dd79478b86a8815dad99 /doc/api/v8.md | |
parent | 69f653dff902bf385dfa0ed0e89be3d0e1f57391 (diff) | |
download | node-new-4d1e0862ced8134b1b4e57480bbd46ca14e61d0f.tar.gz |
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.md | 2 |
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. |