From dc15f1f8f9766995dc8053f444438a8ced0f51fe Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Fri, 22 Sep 2023 23:27:51 +0000 Subject: [PATCH] all: use the indefinite article an in comments Change-Id: I8787458f9ccd3b5cdcdda820d8a45deb4f77eade GitHub-Last-Rev: be865d67ef68815b8c1c2a9ad222fff594620e66 GitHub-Pull-Request: golang/go#63165 Reviewed-on: https://go-review.googlesource.com/c/go/+/530120 LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Than McIntosh --- ticket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticket.go b/ticket.go index b43101f..b5ae35b 100644 --- a/ticket.go +++ b/ticket.go @@ -69,7 +69,7 @@ type SessionState struct { // To allow different layers in a protocol stack to share this field, // applications must only append to it, not replace it, and must use entries // that can be recognized even if out of order (for example, by starting - // with a id and version prefix). + // with an id and version prefix). Extra [][]byte // EarlyData indicates whether the ticket can be used for 0-RTT in a QUIC