Skip to content

Commit 10523c0

Browse files
toshihiro-shiinodmitshur
authored andcommitted
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>
1 parent 7388956 commit 10523c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/go1.15.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
655655
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
656656
<dd>
657657
<p><!-- CL 221427 -->
658-
When the flag package sees <code>-h</code> or <code>-help</code>, and
659-
those flags are not defined, it now prints a usage message.
658+
When the <code>flag</code> package sees <code>-h</code> or <code>-help</code>,
659+
and those flags are not defined, it now prints a usage message.
660660
If the <a href="/pkg/flag/#FlagSet"><code>FlagSet</code></a> was created with
661661
<a href="/pkg/flag/#ExitOnError"><code>ExitOnError</code></a>,
662662
<a href="/pkg/flag/#FlagSet.Parse"><code>FlagSet.Parse</code></a> would then
@@ -901,9 +901,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
901901
<dl id="pkg-runtime-pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>
902902
<dd>
903903
<p><!-- CL 189318 -->
904-
The goroutine profile includes the profile labels associated with each goroutine
905-
at the time of profiling. This feature is not yet implemented for the profile
906-
reported with <code>debug=2</code>.
904+
The goroutine profile now includes the profile labels associated with each
905+
goroutine at the time of profiling. This feature is not yet implemented for
906+
the profile reported with <code>debug=2</code>.
907907
</p>
908908
</dd>
909909
</dl>
@@ -934,6 +934,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
934934
<a href="/pkg/sync/#Map.Delete"><code>Map.Delete</code></a>
935935
is more efficient.
936936
</p>
937+
</dd>
937938
</dl><!-- sync -->
938939

939940
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>

0 commit comments

Comments
 (0)