Skip to content

Commit bd08285

Browse files
derekparkergopherbot
authored andcommitted
doc: fix typo in go memory model doc
Fixes a typo where originally "may by" was written where the intent was "may be". Change-Id: Ia5ba51a966506395c41b17ca28d59f63bd487f3e Reviewed-on: https://go-review.googlesource.com/c/go/+/693075 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> TryBot-Bypass: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 2b622b0 commit bd08285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go_mem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2 id="restrictions">Implementation Restrictions for Programs Containing Data R
231231

232232
<p>
233233
A read of an array, struct, or complex number
234-
may by implemented as a read of each individual sub-value
234+
may be implemented as a read of each individual sub-value
235235
(array element, struct field, or real/imaginary component),
236236
in any order.
237237
Similarly, a write of an array, struct, or complex number

0 commit comments

Comments
 (0)