We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7913ac5 commit ccdd1bdCopy full SHA for ccdd1bd
doc/api/quic.md
@@ -645,7 +645,7 @@ decrypted. It may be emitted multiple times per `QuicSession` instance.
645
646
The callback will be invoked with a single argument:
647
648
-* `line` <Buffer> Line of ASCII text, in NSS SSLKEYLOGFILE format.
+* `line` {Buffer} Line of ASCII text, in NSS SSLKEYLOGFILE format.
649
650
A typical use case is to append received lines to a common text file, which is
651
later used by software (such as Wireshark) to decrypt the traffic:
0 commit comments