aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.16.html
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-12-07 11:33:00 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2020-12-07 10:56:21 +0000
commitac0ba6707c1655ea4316b41d06571a0303cc60eb (patch)
treee2a247be4ab0b22ace93b73104ae5bbf1a9341c8 /doc/go1.16.html
parentc15593197453b8bf90fc3a9080ba2afeaf7934ea (diff)
downloadgo-ac0ba6707c1655ea4316b41d06571a0303cc60eb.tar.gz
go-ac0ba6707c1655ea4316b41d06571a0303cc60eb.zip
doc/go1.16: add missing </a> tag
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>
Diffstat (limited to 'doc/go1.16.html')
-rw-r--r--doc/go1.16.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index bc4fc0e64b..4f1789a659 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -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.