Skip to content

Commit

Permalink
fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shajanjp authored and Trott committed Jul 15, 2019
1 parent cde3928 commit 25c6f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Expand Up @@ -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.
Expand Down

0 comments on commit 25c6f49

Please sign in to comment.