mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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>
This commit is contained in:
parent
8cb4ba982b
commit
87d0d8c7d4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user