summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-06-06 16:31:49 -0700
committerRich Trott <rtrott@gmail.com>2016-06-06 17:06:58 -0700
commita78c2335b137a1038610b7daa2d85406c3098f61 (patch)
treeeab18bbe50e0d10aa9b464226e95dfc15e176ece /doc
parentcc2a88a2f32bab8a14209713c19aaf14d7652a45 (diff)
downloadandroid-node-v8-a78c2335b137a1038610b7daa2d85406c3098f61.tar.gz
android-node-v8-a78c2335b137a1038610b7daa2d85406c3098f61.tar.bz2
android-node-v8-a78c2335b137a1038610b7daa2d85406c3098f61.zip
doc: use consistent typography in streams.md
In prose, always surround `null`-as-a-value in backticks. PR-URL: https://github.com/nodejs/node/pull/6986 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 4892183428..48c1a44eb6 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1856,7 +1856,7 @@ pre-v0.10 style streams can be wrapped in a Readable class using the
There are some cases where it is necessary to trigger a refresh of the
underlying readable stream mechanisms, without actually consuming any
data. In such cases, it is possible to call `readable.read(0)`, which will
-always return null.
+always return `null`.
If the internal read buffer is below the `highWaterMark`, and the
stream is not currently reading, then calling `stream.read(0)` will trigger