mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
spec: fix grammar issue
Change-Id: If4d3b3965762c8979d304a82493c9eb1068ee13c Reviewed-on: https://go-review.googlesource.com/c/go/+/642037 Reviewed-by: Robert Griesemer <gri@google.com> TryBot-Bypass: Robert Griesemer <gri@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Robert Griesemer <gri@google.com>
This commit is contained in:
parent
47a56b2b6d
commit
c53307c3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -8514,7 +8514,7 @@ var p ptr = nil
|
||||||
<p>
|
<p>
|
||||||
The functions <code>Alignof</code> and <code>Sizeof</code> take an expression <code>x</code>
|
The functions <code>Alignof</code> and <code>Sizeof</code> take an expression <code>x</code>
|
||||||
of any type and return the alignment or size, respectively, of a hypothetical variable <code>v</code>
|
of any type and return the alignment or size, respectively, of a hypothetical variable <code>v</code>
|
||||||
as if <code>v</code> was declared via <code>var v = x</code>.
|
as if <code>v</code> were declared via <code>var v = x</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The function <code>Offsetof</code> takes a (possibly parenthesized) <a href="#Selectors">selector</a>
|
The function <code>Offsetof</code> takes a (possibly parenthesized) <a href="#Selectors">selector</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue