Skip to content

Commit ccdd1bd

Browse files
committed
doc: fix incorrectly marked Buffer in quic.md
Angle brackets are being used where curly brackets are intended. PR-URL: #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 7913ac5 commit ccdd1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/quic.md

+1-1
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)