]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix wording of GODEBUG history item from CL 606055
authorPaschalis T <paschalis.tsilias@gmail.com>
Fri, 30 Aug 2024 20:24:40 +0000 (23:24 +0300)
committerGopher Robot <gobot@golang.org>
Fri, 30 Aug 2024 22:56:21 +0000 (22:56 +0000)
Change-Id: Ia53d4a58810948d83a3e87e08239602da1bad815
Reviewed-on: https://go-review.googlesource.com/c/go/+/609935
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Cherry Mui <cherryyz@google.com>

doc/godebug.md

index d19de2374aaa75db1ce5b4a61b9b63584f3527e4..51ec4cb05abca96178275842b5c37842f8fba1d5 100644 (file)
@@ -153,7 +153,7 @@ and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
 ### Go 1.24
 
 Go 1.24 changed the global [`math/rand.Seed`](/pkg/math/rand/#Seed) to be a
-no-op. This setting is controlled by the `randseednop` setting.
+no-op. This behavior is controlled by the `randseednop` setting.
 For Go 1.24 it defaults to `randseednop=1`.
 Using `randseednop=0` reverts to the pre-Go 1.24 behavior.