From: Oleksandr Redko Date: Fri, 10 Jan 2025 15:00:24 +0000 (+0200) Subject: spec: fix grammar issue X-Git-Tag: go1.24rc3~2^2~48 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c53307c3fdf1126eb6cdb1f09f4f9b83759be705;p=gostls13.git spec: fix grammar issue Change-Id: If4d3b3965762c8979d304a82493c9eb1068ee13c Reviewed-on: https://go-review.googlesource.com/c/go/+/642037 Reviewed-by: Robert Griesemer TryBot-Bypass: Robert Griesemer Reviewed-by: Michael Knyszek Auto-Submit: Robert Griesemer --- diff --git a/doc/go_spec.html b/doc/go_spec.html index ab90c420fd..db5fba45a5 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -8514,7 +8514,7 @@ var p ptr = nil

The functions Alignof and Sizeof take an expression x of any type and return the alignment or size, respectively, of a hypothetical variable v -as if v was declared via var v = x. +as if v were declared via var v = x.

The function Offsetof takes a (possibly parenthesized) selector