aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2023-04-06 17:10:59 -0400
committerRuss Cox <rsc@golang.org>2023-06-05 20:27:29 +0000
commit54f78e7f44cdbea46225be4d4463b048a418f269 (patch)
tree01d2262fa48ba2ec7216f79a855de7941ce03e42 /cmd
parenta124e5d2f0a939d22e69a61e7334ea3352dc90c8 (diff)
downloadgo-x-website-54f78e7f44cdbea46225be4d4463b048a418f269.tar.xz
internal/history: fix typo in release table
Change-Id: Idcce36399d22b950a982b09ee6d9ac9ada4ab21d Reviewed-on: https://go-review.googlesource.com/c/website/+/482840 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/golangorg/testdata/release.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/golangorg/testdata/release.txt b/cmd/golangorg/testdata/release.txt
index 7dc3e4ad..79b443ae 100644
--- a/cmd/golangorg/testdata/release.txt
+++ b/cmd/golangorg/testdata/release.txt
@@ -323,7 +323,7 @@ trimbody contains
security
fix to the <code>archive/zip</code> package, as well as
bug
- fixes to the <code>archive/zip, go/internal/gccgoimporter</code>, <code>html/template</code>, <code>net/http</code>, and <code>runtime/pprof</code> packages.
+ fixes to the <code>archive/zip</code>, <code>go/internal/gccgoimporter</code>, <code>html/template</code>, <code>net/http</code>, and <code>runtime/pprof</code> packages.
See the
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.16.8+label%3ACherryPickApproved">Go 1.16.8 milestone</a>
on our issue tracker for details.