]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: fix type in closing tag
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Jun 2023 15:49:47 +0000 (08:49 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 1 Jun 2023 16:02:23 +0000 (16:02 +0000)
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>
doc/go1.21.html

index 29feac2b715461c1515b5702c8d4e0001ac448d7..da41a6e4a82b5bf23059d0f333759b74ff2ab56f 100644 (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>