From 140543d63d9dedff79fa63ae09dbece036a51501 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:17:30 -0400 Subject: [PATCH] all: use the indefinite article an in comments Change-Id: I8787458f9ccd3b5cdcdda820d8a45deb4f77eade GitHub-Last-Rev: be865d6 GitHub-Pull-Request: #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 cf50f85..5a51eeb 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