Skip to content

Commit 12e7a24

Browse files
tniessentargos
authored andcommitted
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 f7bfa10 commit 12e7a24

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
@@ -1252,7 +1252,7 @@ added: v16.6.0
12521252
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
12531253
byte order mark in the decoded result. When `false`, the byte order mark
12541254
will be removed from the output. This option is only used when `encoding` is
1255-
`'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
1255+
`'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
12561256
12571257
Creates a new `TextDecoderStream` instance.
12581258

0 commit comments

Comments
 (0)