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>
This commit is contained in:
Russ Cox 2023-04-06 17:10:59 -04:00
Родитель a124e5d2f0
Коммит 54f78e7f44
2 изменённых файлов: 2 добавлений и 2 удалений

2
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.

Просмотреть файл

@ -404,7 +404,7 @@ var Releases = []*Release{
Date: Date{2021, 9, 9}, Version: Version{1, 16, 8},
Security: &FixSummary{Quantifier: "a", Packages: []string{"archive/zip"}},
Bug: &FixSummary{
Packages: []string{"archive/zip, go/internal/gccgoimporter", "html/template", "net/http", "runtime/pprof"},
Packages: []string{"archive/zip", "go/internal/gccgoimporter", "html/template", "net/http", "runtime/pprof"},
},
},
{