Skip to content

Commit c90b19e

Browse files
Trottjoesepi
authored andcommitted
doc: fix incorrectly marked Buffer in quic.md
Angle brackets are being used where curly brackets are intended. PR-URL: nodejs#35075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 256fc39 commit c90b19e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/quic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ decrypted. It may be emitted multiple times per `QuicSession` instance.
645645

646646
The callback will be invoked with a single argument:
647647

648-
* `line` <Buffer> Line of ASCII text, in NSS SSLKEYLOGFILE format.
648+
* `line` {Buffer} Line of ASCII text, in NSS SSLKEYLOGFILE format.
649649

650650
A typical use case is to append received lines to a common text file, which is
651651
later used by software (such as Wireshark) to decrypt the traffic:

0 commit comments

Comments
 (0)