Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00075d7

Browse files
tniessenruyadorno
authored andcommittedMar 29, 2021
doc: fix wording in outgoingMessage.write
PR-URL: #37894 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 796c308 commit 00075d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ This method handles the raw body of the HTTP message and has nothing to do
25892589
with higher-level multi-part body encodings that may be used.
25902590

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.