Skip to content

Commit 1eefc92

Browse files
juanarboldanielleadams
authored andcommitted
doc: add missing single-quotes to http.OutgoingMessage
PR-URL: #42162 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 6146172 commit 1eefc92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/http.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2408,23 +2408,23 @@ This class serves as the parent class of [`http.ClientRequest`][]
24082408
and [`http.ServerResponse`][]. It is an abstract of outgoing message from
24092409
the perspective of the participants of HTTP transaction.
24102410

2411-
### Event: `drain`
2411+
### Event: `'drain'`
24122412

24132413
<!-- YAML
24142414
added: v0.3.6
24152415
-->
24162416

24172417
Emitted when the buffer of the message is free again.
24182418

2419-
### Event: `finish`
2419+
### Event: `'finish'`
24202420

24212421
<!-- YAML
24222422
added: v0.1.17
24232423
-->
24242424

24252425
Emitted when the transmission is finished successfully.
24262426

2427-
### Event: `prefinish`
2427+
### Event: `'prefinish'`
24282428

24292429
<!-- YAML
24302430
added: v0.11.6

0 commit comments

Comments
 (0)