aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Parker <parkerderek86@gmail.com>2025-08-04 11:33:05 -0700
committerGopher Robot <gobot@golang.org>2025-08-05 08:41:37 -0700
commitbd082857a55b81acfd5b341c41dd90e29c159bd7 (patch)
tree8caee01ef41faf621e317b6d04838fd2ad9c2792
parent2b622b05a97bf785e97a3c241270cb6580d65ef7 (diff)
downloadgo-bd082857a55b81acfd5b341c41dd90e29c159bd7.tar.xz
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>
-rw-r--r--doc/go_mem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_mem.html b/doc/go_mem.html
index 7adc34828a..8db7d65e73 100644
--- a/doc/go_mem.html
+++ b/doc/go_mem.html
@@ -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