Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b73e98b

Browse filesBrowse files
jriekenItalo A. Casas
authored andcommitted
doc: fix missing negation in stream.md
Changing `..can result in expected` to `..can result in unexpected` Fixes: #10710 PR-URL: #10712 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bf95b07 commit b73e98b
Copy full SHA for b73e98b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ It is recommended that errors occurring during the processing of the
13061306
`writable._write()` and `writable._writev()` methods are reported by invoking
13071307
the callback and passing the error as the first argument. This will cause an
13081308
`'error'` event to be emitted by the Writable. Throwing an Error from within
1309-
`writable._write()` can result in expected and inconsistent behavior depending
1309+
`writable._write()` can result in unexpected and inconsistent behavior depending
13101310
on how the stream is being used. Using the callback ensures consistent and
13111311
predictable handling of errors.
13121312

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.