doc: fix incorrectly marked Buffer in quic.md

Angle brackets are being used where curly brackets are intended.

PR-URL: https://github.com/nodejs/node/pull/35075
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Rich Trott 2020-09-06 00:42:19 -07:00
parent 7913ac5694
commit ccdd1bd82a
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ decrypted. It may be emitted multiple times per `QuicSession` instance.
The callback will be invoked with a single argument:
* `line` <Buffer> Line of ASCII text, in NSS SSLKEYLOGFILE format.
* `line` {Buffer} Line of ASCII text, in NSS SSLKEYLOGFILE format.
A typical use case is to append received lines to a common text file, which is
later used by software (such as Wireshark) to decrypt the traffic: