From: Derek Parker Date: Mon, 4 Aug 2025 18:33:05 +0000 (-0700) Subject: doc: fix typo in go memory model doc X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd082857a55b81acfd5b341c41dd90e29c159bd7;p=gostls13.git 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 Auto-Submit: Dmitri Shuralyov Reviewed-by: Cherry Mui TryBot-Bypass: Cherry Mui LUCI-TryBot-Result: Go LUCI --- 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.

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