From 567b931166a96e0dd1f3ac7ea515b0fa68d4a22f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 16 Sep 2021 21:56:24 -0700 Subject: [PATCH 1/2] doc: fix comma splice --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index f7484baac2eb1a..6836b1769de6e8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2498,7 +2498,7 @@ added: v0.9.12 * `msesc` {number} * `callback` {Function} Optional function to be called when a timeout -occurs, Same as binding to the `timeout` event. +occurs. Same as binding to the `timeout` event. * Returns: {this} Once a socket is associated with the message and is connected, From 56a6fe801a3eba7f18f87fb57f43d0dc474d89f9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 17 Sep 2021 06:51:07 -0700 Subject: [PATCH 2/2] fixup! doc: fix comma splice --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index 6836b1769de6e8..65f2ca3d7184b4 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2498,7 +2498,7 @@ added: v0.9.12 * `msesc` {number} * `callback` {Function} Optional function to be called when a timeout -occurs. Same as binding to the `timeout` event. + occurs. Same as binding to the `timeout` event. * Returns: {this} Once a socket is associated with the message and is connected,