Skip to content

Commit

Permalink
doc: fix incorrectly marked Buffer in quic.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott committed Sep 8, 2020
1 parent 7913ac5 commit ccdd1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/quic.md
Expand Up @@ -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:
Expand Down

0 comments on commit ccdd1bd

Please sign in to comment.