From 3aeae8d81b7b78668c37f7a07a72d94781126d49 Mon Sep 17 00:00:00 2001 From: exoego Date: Thu, 3 Oct 2019 13:15:32 +0900 Subject: doc: return type is number PR-URL: https://github.com/nodejs/node/pull/29828 Reviewed-By: Rich Trott --- doc/api/http2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/api/http2.md b/doc/api/http2.md index fc4b2d805a..0582cdff21 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1195,8 +1195,8 @@ Provides miscellaneous information about the current state of the for this `Http2Stream` without receiving a `WINDOW_UPDATE`. * `state` {number} A flag indicating the low-level current state of the `Http2Stream` as determined by `nghttp2`. - * `localClose` {number} `true` if this `Http2Stream` has been closed locally. - * `remoteClose` {number} `true` if this `Http2Stream` has been closed + * `localClose` {number} `1` if this `Http2Stream` has been closed locally. + * `remoteClose` {number} `1` if this `Http2Stream` has been closed remotely. * `sumDependencyWeight` {number} The sum weight of all `Http2Stream` instances that depend on this `Http2Stream` as specified using -- cgit v1.2.3