Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df2df40

Browse files
tniessenguangwong
authored andcommittedOct 10, 2022
doc: use serial comma in buffer docs
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#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 011a582 commit df2df40

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)
Please sign in to comment.