From 25c6f4940d2b86fae922a2893a8777936ec52012 Mon Sep 17 00:00:00 2001 From: Shajan Jacob Date: Mon, 10 Jun 2019 17:45:11 +0530 Subject: [PATCH] fixes typos --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 000851bc8a3c0a..05c9dc7e03cb52 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -302,7 +302,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.