Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-06-09 12:58:47 +0300
committerGitHub <noreply@github.com>2022-06-09 12:58:47 +0300
commit595ce9dac63cdd32d893c3319328a752719644d2 (patch)
tree84277c0987686b4f7449fb75c10c1f69004cfddf
parent923f355855ac13545c5c61526c751eaae2975c1b (diff)
doc: use serial comma in webstreams docs
Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43353 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
-rw-r--r--doc/api/webstreams.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md
index d8301ae640f..f1e5b742799 100644
--- a/doc/api/webstreams.md
+++ b/doc/api/webstreams.md
@@ -1296,7 +1296,7 @@ added: v16.6.0
* `ignoreBOM` {boolean} When `true`, the `TextDecoderStream` will include the
byte order mark in the decoded result. When `false`, the byte order mark
will be removed from the output. This option is only used when `encoding` is
- `'utf-8'`, `'utf-16be'` or `'utf-16le'`. **Default:** `false`.
+ `'utf-8'`, `'utf-16be'`, or `'utf-16le'`. **Default:** `false`.
Creates a new `TextDecoderStream` instance.