Skip to content

Commit 7787af4

Browse files
jazellyavivkeller
andauthored
Update doc/api/worker_threads.md
Co-authored-by: Aviv Keller <[email protected]>
1 parent fddddad commit 7787af4

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
@@ -206,7 +206,7 @@ Mark an object as not cloneable. If `object` is used as [`message`](#event-messa
206206
a [`port.postMessage()`][] call, an error is thrown. This is a no-op if `object` is a
207207
primitive value.
208208

209-
Note, this does not take effect on `ArrayBuffer`, or any `Buffer` like objects.
209+
This has no effect on `ArrayBuffer`, or any `Buffer` like objects.
210210

211211
This operation cannot be undone.
212212

0 commit comments

Comments
 (0)