Skip to content

Commit 3a4a236

Browse files
shajanjptargos
authored andcommitted
doc: fix minor typo
PR-URL: #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>
1 parent 4321cb2 commit 3a4a236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

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

0 commit comments

Comments
 (0)