From 3d693c5eadca7d5d0eb6a33db9c03652472b93cd Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 22 Jun 2019 15:30:55 -0400 Subject: [PATCH] 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 Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell Reviewed-By: Rich Trott --- doc/api/http2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 6ebff257c9769d..1366d9744984f0 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)