Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-06 10:42:19 +0300
committerRich Trott <rtrott@gmail.com>2020-09-08 16:11:12 +0300
commitccdd1bd82acf8d2c92ae08dcfad327f5adb030ac (patch)
treee2885a7ef26e2a9b6891985bee1bae6cd1897bcc /doc/api/quic.md
parent7913ac569419668c8727295ee787169a6a662362 (diff)
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>
Diffstat (limited to 'doc/api/quic.md')
-rw-r--r--doc/api/quic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/quic.md b/doc/api/quic.md
index 9afaffc6a4c..1839f1ebf10 100644
--- a/doc/api/quic.md
+++ b/doc/api/quic.md
@@ -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: