Skip to content

Commit 595ce9d

Browse files
authored
doc: use serial comma in webstreams docs
Refs: #11321 Refs: #17384 PR-URL: #43353 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 923f355 commit 595ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ added: v16.6.0
12961296
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
12971297
byte order mark in the decoded result. When `false`, the byte order mark
12981298
will be removed from the output. This option is only used when `encoding` is
1299-
`'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
1299+
`'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
13001300
13011301
Creates a new `TextDecoderStream` instance.
13021302

0 commit comments

Comments
 (0)