Skip to content

Commit a37fd19

Browse files
committed
doc: add missing single-quotes to http.OutgoingMessage
1 parent 5a65853 commit a37fd19

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

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

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

24252425
Emitted when the buffer of the message is free again.
24262426

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

24292429
<!-- YAML
24302430
added: v0.1.17
24312431
-->
24322432

24332433
Emitted when the transmission is finished successfully.
24342434

2435-
### Event: `prefinish`
2435+
### Event: `'prefinish'`
24362436

24372437
<!-- YAML
24382438
added: v0.11.6

0 commit comments

Comments
 (0)