From ccdd1bd82acf8d2c92ae08dcfad327f5adb030ac Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 6 Sep 2020 00:42:19 -0700 Subject: [PATCH] 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 Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca --- doc/api/quic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/quic.md b/doc/api/quic.md index 9afaffc6a4cafe..1839f1ebf10958 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` 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: