Skip to content

Commit abbd9d9

Browse files
tniessendnlup
authored andcommitted
doc: fix wording in outgoingMessage.write
PR-URL: #37894 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 498c6b1 commit abbd9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ This method handles the raw body of the HTTP message and has nothing to do
26132613
with higher-level multi-part body encodings that may be used.
26142614

26152615
If it is the first call to this method of a message, it will send the
2616-
buffered header first, then flush the the `chunk` as described above.
2616+
buffered header first, then flush the `chunk` as described above.
26172617

26182618
The second and successive calls to this method will assume the data
26192619
will be streamed and send the new data separately. It means that the response

0 commit comments

Comments
 (0)