We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6694215 commit 41f2c92Copy full SHA for 41f2c92
lib/internal/streams/fast-utf8-stream.js
@@ -286,7 +286,7 @@ class FastUtf8Stream extends EventEmitter {
286
this.#retryEAGAIN(err, this.#writingBuf.length, this.#len - this.#writingBuf.length)) {
287
if (this.#sync) {
288
// This error code should not happen in sync mode, because it is
289
- // not using the underlining operating system asynchronous functions.
+ // not using the underlying operating system's asynchronous functions.
290
// However it happens, and so we handle it.
291
// Ref: https://github.com/pinojs/pino/issues/783
292
try {
0 commit comments