mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
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 <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Bypass: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
2b622b05a9
commit
bd082857a5
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ do exactly this.
|
|||
|
||||
<p>
|
||||
A read of an array, struct, or complex number
|
||||
may by implemented as a read of each individual sub-value
|
||||
may be implemented as a read of each individual sub-value
|
||||
(array element, struct field, or real/imaginary component),
|
||||
in any order.
|
||||
Similarly, a write of an array, struct, or complex number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue