Skip to content

Commit 549bce1

Browse files
tniessenjuanarbol
authored andcommitted
doc: use serial comma in buffer docs
Refs: #11321 Refs: #17384 PR-URL: #43048 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 615ad8c commit 549bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ console.log(Buffer.from('fhqwhgads', 'utf16le'));
134134
```
135135

136136
Node.js buffers accept all case variations of encoding strings that they
137-
receive. For example, UTF-8 can be specified as `'utf8'`, `'UTF8'` or `'uTf8'`.
137+
receive. For example, UTF-8 can be specified as `'utf8'`, `'UTF8'`, or `'uTf8'`.
138138

139139
The character encodings currently supported by Node.js are the following:
140140

0 commit comments

Comments
 (0)