Skip to content

Commit 3d693c5

Browse files
cjihrigtargos
authored andcommitted
doc: cleanup pendingSettingsAck docs
This commit rephrases the first sentence of the http2 session pendingSettingsAck property docs. It also formats SETTINGS consistently. PR-URL: #28388 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent b6d0cbc commit 3d693c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/http2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ added: v8.4.0
451451

452452
* {boolean}
453453

454-
Indicates whether or not the `Http2Session` is currently waiting for an
455-
acknowledgment for a sent `SETTINGS` frame. Will be `true` after calling the
456-
`http2session.settings()` method. Will be `false` once all sent SETTINGS
454+
Indicates whether the `Http2Session` is currently waiting for acknowledgment of
455+
a sent `SETTINGS` frame. Will be `true` after calling the
456+
`http2session.settings()` method. Will be `false` once all sent `SETTINGS`
457457
frames have been acknowledged.
458458

459459
#### http2session.ping([payload, ]callback)

0 commit comments

Comments
 (0)