From c844970ffb4f8c72e23364c5563d429d3535a0ff Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 11 Dec 2023 14:14:10 -0500 Subject: [PATCH] doc/go1.22: fix stale id for math/rand/v2 For #61422. Change-Id: If87f30229e5e5351e81d42c777259335af3533e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/548878 Auto-Submit: Michael Pratt LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Knyszek --- doc/go1.22.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index fca4f5ba53..414f30e6fb 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -240,7 +240,7 @@ defer func() {

Core library

-

New math/rand/v2 package

+

New math/rand/v2 package

TODO: https://go.dev/cl/502495: math/rand/v2: start of new API; modified api/next/61716.txt -- 2.48.1