Skip to content

Commit 25c6f49

Browse files
shajanjpTrott
authored andcommitted
fixes typos
1 parent cde3928 commit 25c6f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ In particular, the significant differences to `JSON` are:
302302
- `value` may contain circular references.
303303
- `value` may contain instances of builtin JS types such as `RegExp`s,
304304
`BigInt`s, `Map`s, `Set`s, etc.
305-
- `value` may contained typed arrays, both using `ArrayBuffer`s
305+
- `value` may contain typed arrays, both using `ArrayBuffer`s
306306
and `SharedArrayBuffer`s.
307307
- `value` may contain [`WebAssembly.Module`][] instances.
308308
- `value` may not contain native (C++-backed) objects other than `MessagePort`s.

0 commit comments

Comments
 (0)