Skip to content

Commit 41f2c92

Browse files
jasnelljsumners
andauthored
Update lib/internal/streams/fast-utf8-stream.js
Co-authored-by: James Sumners <[email protected]>
1 parent 6694215 commit 41f2c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/streams/fast-utf8-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class FastUtf8Stream extends EventEmitter {
286286
this.#retryEAGAIN(err, this.#writingBuf.length, this.#len - this.#writingBuf.length)) {
287287
if (this.#sync) {
288288
// This error code should not happen in sync mode, because it is
289-
// not using the underlining operating system asynchronous functions.
289+
// not using the underlying operating system's asynchronous functions.
290290
// However it happens, and so we handle it.
291291
// Ref: https://github.com/pinojs/pino/issues/783
292292
try {

0 commit comments

Comments
 (0)