aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2020-07-31 03:02:55 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2020-08-01 01:11:19 +0000
commit10523c0efb908ab0ff4872a2e9e91b314d3d46ed (patch)
tree0cfb77704f1bc38dd2a5044844a5f36a64c6ee2c /doc
parent7388956b76ce15a11346cebefcf6193db044caaf (diff)
downloadgo-10523c0efb908ab0ff4872a2e9e91b314d3d46ed.tar.gz
go-10523c0efb908ab0ff4872a2e9e91b314d3d46ed.zip
doc/go1.15: fix a few trivial inconsistencies
For #37419 Change-Id: I8ede539df5d5344aeb44ba1a7e2383363d92157f Reviewed-on: https://go-review.googlesource.com/c/go/+/245977 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index 42687a4741d..17e442d4c60 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -655,8 +655,8 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
<dd>
<p><!-- CL 221427 -->
- When the flag package sees <code>-h</code> or <code>-help</code>, and
- those flags are not defined, it now prints a usage message.
+ When the <code>flag</code> package sees <code>-h</code> or <code>-help</code>,
+ and those flags are not defined, it now prints a usage message.
If the <a href="/pkg/flag/#FlagSet"><code>FlagSet</code></a> was created with
<a href="/pkg/flag/#ExitOnError"><code>ExitOnError</code></a>,
<a href="/pkg/flag/#FlagSet.Parse"><code>FlagSet.Parse</code></a> would then
@@ -901,9 +901,9 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="pkg-runtime-pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
<dd>
<p><!-- CL 189318 -->
- The goroutine profile includes the profile labels associated with each goroutine
- at the time of profiling. This feature is not yet implemented for the profile
- reported with <code>debug=2</code>.
+ The goroutine profile now includes the profile labels associated with each
+ goroutine at the time of profiling. This feature is not yet implemented for
+ the profile reported with <code>debug=2</code>.
</p>
</dd>
</dl>
@@ -934,6 +934,7 @@ Do not send CLs removing the interior tags from such phrases.
<a href="/pkg/sync/#Map.Delete"><code>Map.Delete</code></a>
is more efficient.
</p>
+ </dd>
</dl><!-- sync -->
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>