From a7e01559afba80721a642418a71248c2ffdf344e 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 b3d9699d8bcab3..c940b6c89255e5 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)