From d20a0bfc8a7fd70537766990691d4c9e5841e086 Mon Sep 17 00:00:00 2001 From: Hossein Zolfi Date: Fri, 3 Dec 2021 22:51:11 +0330 Subject: [PATCH] doc/go1.18: change github.com/golang/go/issues to golang.org/issue Updates #47694 Change-Id: I84547ff995e2a302cf229fefefd28a7220a17028 Reviewed-on: https://go-review.googlesource.com/c/go/+/369016 Reviewed-by: Michael Knyszek Trust: Austin Clements --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 4776936083..ea686933e0 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -230,7 +230,7 @@ Do not send CLs removing the interior tags from such phrases.

Runtime

-

+

The garbage collector now includes non-heap sources of garbage collector work (e.g., stack scanning) when determining how frequently to run. As a result, garbage collector overhead is more predictable when these sources are -- 2.50.0