summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-06-22 15:30:55 -0400
committercjihrig <cjihrig@gmail.com>2019-06-25 08:27:54 -0400
commita7e01559afba80721a642418a71248c2ffdf344e (patch)
tree718fb200b8349360e6424e6a72459bfb06670aa3 /doc/api/http2.md
parente2d445be8f5f786a7b3b6dc1724fc6080cb37b8c (diff)
downloadandroid-node-v8-a7e01559afba80721a642418a71248c2ffdf344e.tar.gz
android-node-v8-a7e01559afba80721a642418a71248c2ffdf344e.tar.bz2
android-node-v8-a7e01559afba80721a642418a71248c2ffdf344e.zip
doc: cleanup pendingSettingsAck docs
This commit rephrases the first sentence of the http2 session pendingSettingsAck property docs. It also formats SETTINGS consistently. PR-URL: https://github.com/nodejs/node/pull/28388 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index b3d9699d8b..c940b6c892 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -451,9 +451,9 @@ added: v8.4.0
* {boolean}
-Indicates whether or not the `Http2Session` is currently waiting for an
-acknowledgment for a sent `SETTINGS` frame. Will be `true` after calling the
-`http2session.settings()` method. Will be `false` once all sent SETTINGS
+Indicates whether the `Http2Session` is currently waiting for acknowledgment of
+a sent `SETTINGS` frame. Will be `true` after calling the
+`http2session.settings()` method. Will be `false` once all sent `SETTINGS`
frames have been acknowledged.
#### http2session.ping([payload, ]callback)