aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2021-01-31 12:42:44 +0000
committerIan Lance Taylor <iant@golang.org>2021-02-01 05:14:58 +0000
commit6ac91e460c294bda5a50e628b7556bf20525fa44 (patch)
tree542db5cb23286ff73d4f8ede2a9d797ecd79132c
parent44361140c02556a0a71bc52299149bb8de26024b (diff)
downloadgo-6ac91e460c294bda5a50e628b7556bf20525fa44.tar.gz
go-6ac91e460c294bda5a50e628b7556bf20525fa44.zip
doc/go1.16: minor markup fixes
Add missing <code> tags. Remove unnecessary <br> tag. For #40700 Change-Id: I03d3ce1c89a9ae3d3195dcd2bb8b1a61f011e1ed Reviewed-on: https://go-review.googlesource.com/c/go/+/288275 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
-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 6cc75b48654..fc01a5f5091 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.