doc/go1.21: fix type in closing tag

Change-Id: Ibcdedb8222a80c0478f783f4a1800e472dbe062c
Reviewed-on: https://go-review.googlesource.com/c/go/+/499935
Reviewed-by: Eli Bendersky <eliben@google.com>
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ian Lance Taylor 2023-06-01 08:49:47 -07:00 committed by Gopher Robot
parent 2ea592c543
commit a469983943

View File

@ -333,7 +333,7 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 487895 -->
The new <a href="/pkg/testing/slogtest">testing/slogtest</a> package can help
to validate <a href="/pkg/log/slog#Handler">slog.Handler<a/> implementations.
to validate <a href="/pkg/log/slog#Handler">slog.Handler</a> implementations.
</p>
<h3 id="slices">New slices package</h3>