Skip to content

Commit 30c82b2

Browse files
tniessentargos
authored andcommitted
doc: fix wording in outgoingMessage.write
PR-URL: #37894 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent f7c14e8 commit 30c82b2

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
@@ -2552,7 +2552,7 @@ This method handles the raw body of the HTTP message and has nothing to do
25522552
with higher-level multi-part body encodings that may be used.
25532553

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

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

0 commit comments

Comments
 (0)