Skip to content

Commit 3aeae8d

Browse files
exoegoTrott
exoego
authored andcommittedOct 11, 2019
doc: return type is number
PR-URL: #29828 Reviewed-By: Rich Trott <[email protected]>
1 parent 624fa41 commit 3aeae8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/http2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,8 @@ Provides miscellaneous information about the current state of the
11951195
for this `Http2Stream` without receiving a `WINDOW_UPDATE`.
11961196
* `state` {number} A flag indicating the low-level current state of the
11971197
`Http2Stream` as determined by `nghttp2`.
1198-
* `localClose` {number} `true` if this `Http2Stream` has been closed locally.
1199-
* `remoteClose` {number} `true` if this `Http2Stream` has been closed
1198+
* `localClose` {number} `1` if this `Http2Stream` has been closed locally.
1199+
* `remoteClose` {number} `1` if this `Http2Stream` has been closed
12001200
remotely.
12011201
* `sumDependencyWeight` {number} The sum weight of all `Http2Stream`
12021202
instances that depend on this `Http2Stream` as specified using

0 commit comments

Comments
 (0)
Please sign in to comment.