aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.16.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.16.html')
-rw-r--r--doc/go1.16.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/go1.16.html b/doc/go1.16.html
index 6cc75b4865..fc01a5f509 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -146,7 +146,7 @@ Do not send CLs removing the interior tags from such phrases.
<code>retract</code> directives may now be used in a <code>go.mod</code> file
to indicate that certain published versions of the module should not be used
by other modules. A module author may retract a version after a severe problem
- is discovered or if the version was published unintentionally.<br>
+ is discovered or if the version was published unintentionally.
</p>
<p><!-- golang.org/issue/26603 -->
@@ -899,7 +899,7 @@ func TestFoo(t *testing.T) {
</p>
<p><!-- CL 250039 -->
- The <a href="/pkg/net/http/#Client">Client</a> now sends
+ The <a href="/pkg/net/http/#Client"><code>Client</code></a> now sends
an explicit <code>Content-Length:</code> <code>0</code>
header in <code>PATCH</code> requests with empty bodies,
matching the existing behavior of <code>POST</code> and <code>PUT</code>.
@@ -946,7 +946,7 @@ func TestFoo(t *testing.T) {
<dl id="net/smtp"><dt><a href="/pkg/net/smtp/">net/smtp</a></dt>
<dd>
<p><!-- CL 247257 -->
- The <a href="/pkg/net/smtp/#Client">Client</a>'s
+ The <a href="/pkg/net/smtp/#Client"><code>Client</code></a>'s
<a href="/pkg/net/smtp/#Client.Mail"><code>Mail</code></a>
method now sends the <code>SMTPUTF8</code> directive to
servers that support it, signaling that addresses are encoded in UTF-8.