]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: add missing </a> tag
authorTobias Klauser <tklauser@distanz.ch>
Mon, 7 Dec 2020 10:33:00 +0000 (11:33 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 7 Dec 2020 10:56:21 +0000 (10:56 +0000)
For #40700

Change-Id: Ic4e16106cbbe18d0c9efffee81c5234ddeedfd32
Reviewed-on: https://go-review.googlesource.com/c/go/+/275674
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
doc/go1.16.html

index bc4fc0e64b61bf50bda12f13942e110054cbccdd..4f1789a659da661d272195da85d03760628ea84e 100644 (file)
@@ -805,7 +805,7 @@ Do not send CLs removing the interior tags from such phrases.
 <dl id="runtime/debug"><dt><a href="/pkg/runtime/debug/">runtime/debug</a></dt>
   <dd>
     <p><!-- CL 249677 -->
-      The <a href="/pkg/runtime#Error"><code>runtime.Error</code> values
+      The <a href="/pkg/runtime#Error"><code>runtime.Error</code></a> values
       used when <code>SetPanicOnFault</code> is enabled may now have an
       <code>Addr</code> method. If that method exists, it returns the memory
       address that triggered the fault.