_content/doc/go1.21: remove redundant close bracket

This added by https://go-review.googlesource.com/c/go/+/500956. But there is not an open bracket.
I assume this is just a typo.

Change-Id: I3609db7cc628ddd3bf24573d409185802f425e45
GitHub-Last-Rev: f0f00d306b
GitHub-Pull-Request: golang/website#241
Reviewed-on: https://go-review.googlesource.com/c/website/+/519015
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
yuuji.yaginuma 2023-08-12 05:30:52 +00:00 коммит произвёл Gopher Robot
Родитель b1f8652375
Коммит 50ad5fc9ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -235,7 +235,7 @@ Do not send CLs removing the interior tags from such phrases.
The <code>go</code> <code>test</code> <code>-c</code> flag now
supports writing test binaries for multiple packages, each to
<code>pkg.test</code> where <code>pkg</code> is the package name.
It is an error if more than one test package being compiled has a given package name.]
It is an error if more than one test package being compiled has a given package name.
</p>
<p><!-- https://go.dev/issue/15513, CL 466397 -->