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 7121201

Browse filesBrowse files
Trottevanlucas
authored andcommitted
doc: use consistent typography in streams.md
In prose, always surround `null`-as-a-value in backticks. PR-URL: #6986 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
1 parent d6091c8 commit 7121201
Copy full SHA for 7121201

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
@@ -1856,7 +1856,7 @@ pre-v0.10 style streams can be wrapped in a Readable class using the
18561856
There are some cases where it is necessary to trigger a refresh of the
18571857
underlying readable stream mechanisms, without actually consuming any
18581858
data. In such cases, it is possible to call `readable.read(0)`, which will
1859-
always return null.
1859+
always return `null`.
18601860

18611861
If the internal read buffer is below the `highWaterMark`, and the
18621862
stream is not currently reading, then calling `stream.read(0)` will trigger

0 commit comments

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