summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShajan Jacob <shajanjp@gmail.com>2019-06-10 17:45:11 +0530
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:13:04 +0200
commit3a4a236b51369c0156c0bf456e9aee909ae13247 (patch)
tree4357a8094d99d02cb8c298c05338fe415b091bc0
parent4321cb2cf32c1597279a7216d09cd8373c9a7464 (diff)
downloadandroid-node-v8-3a4a236b51369c0156c0bf456e9aee909ae13247.tar.gz
android-node-v8-3a4a236b51369c0156c0bf456e9aee909ae13247.tar.bz2
android-node-v8-3a4a236b51369c0156c0bf456e9aee909ae13247.zip
doc: fix minor typo
PR-URL: https://github.com/nodejs/node/pull/28148 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 0e6444b7c6..fa409627eb 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -306,7 +306,7 @@ In particular, the significant differences to `JSON` are:
- `value` may contain circular references.
- `value` may contain instances of builtin JS types such as `RegExp`s,
`BigInt`s, `Map`s, `Set`s, etc.
-- `value` may contained typed arrays, both using `ArrayBuffer`s
+- `value` may contain typed arrays, both using `ArrayBuffer`s
and `SharedArrayBuffer`s.
- `value` may contain [`WebAssembly.Module`][] instances.
- `value` may not contain native (C++-backed) objects other than `MessagePort`s.