Skip to content

Commit c53307c

Browse files
alexandeargopherbot
authored andcommitted
spec: fix grammar issue
Change-Id: If4d3b3965762c8979d304a82493c9eb1068ee13c Reviewed-on: https://go-review.googlesource.com/c/go/+/642037 Reviewed-by: Robert Griesemer <[email protected]> TryBot-Bypass: Robert Griesemer <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Robert Griesemer <[email protected]>
1 parent 47a56b2 commit c53307c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8514,7 +8514,7 @@ <h3 id="Package_unsafe">Package <code>unsafe</code></h3>
85148514
<p>
85158515
The functions <code>Alignof</code> and <code>Sizeof</code> take an expression <code>x</code>
85168516
of any type and return the alignment or size, respectively, of a hypothetical variable <code>v</code>
8517-
as if <code>v</code> was declared via <code>var v = x</code>.
8517+
as if <code>v</code> were declared via <code>var v = x</code>.
85188518
</p>
85198519
<p>
85208520
The function <code>Offsetof</code> takes a (possibly parenthesized) <a href="#Selectors">selector</a>

0 commit comments

Comments
 (0)