Skip to content

Commit ee02739

Browse files
juanarbolsxa
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 84859c4 commit ee02739

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
@@ -2412,23 +2412,23 @@ This class serves as the parent class of [`http.ClientRequest`][]
24122412
and [`http.ServerResponse`][]. It is an abstract of outgoing message from
24132413
the perspective of the participants of HTTP transaction.
24142414

2415-
### Event: `drain`
2415+
### Event: `'drain'`
24162416

24172417
<!-- YAML
24182418
added: v0.3.6
24192419
-->
24202420

24212421
Emitted when the buffer of the message is free again.
24222422

2423-
### Event: `finish`
2423+
### Event: `'finish'`
24242424

24252425
<!-- YAML
24262426
added: v0.1.17
24272427
-->
24282428

24292429
Emitted when the transmission is finished successfully.
24302430

2431-
### Event: `prefinish`
2431+
### Event: `'prefinish'`
24322432

24332433
<!-- YAML
24342434
added: v0.11.6

0 commit comments

Comments
 (0)