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 <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
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

Lines changed: 3 additions & 3 deletions
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)