_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: f0f00d306b2086ffaf6a842fe1654ffb6247eec8
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>
diff --git a/_content/doc/go1.21.html b/_content/doc/go1.21.html
index ffa7f18..9956600 100644
--- a/_content/doc/go1.21.html
+++ b/_content/doc/go1.21.html
@@ -235,7 +235,7 @@
   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 -->