From 712120112ff15f7a6bdfce1f37ab60d179d3e4d3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 6 Jun 2016 16:31:49 -0700 Subject: [PATCH] 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 Reviewed-By: Robert Jefe Lindstaedt --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 48921834289b61..48c1a44eb6a258 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