@@ -655,8 +655,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
655
655
< dl id ="flag "> < dt > < a href ="/pkg/flag/ "> flag</ a > </ dt >
656
656
< dd >
657
657
< 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.
660
660
If the < a href ="/pkg/flag/#FlagSet "> < code > FlagSet</ code > </ a > was created with
661
661
< a href ="/pkg/flag/#ExitOnError "> < code > ExitOnError</ code > </ a > ,
662
662
< 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>
901
901
< dl id ="pkg-runtime-pprof "> < dt > < a href ="/pkg/runtime/pprof/ "> runtime/pprof</ a > </ dt >
902
902
< dd >
903
903
< 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 > .
907
907
</ p >
908
908
</ dd >
909
909
</ dl >
@@ -934,6 +934,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
934
934
< a href ="/pkg/sync/#Map.Delete "> < code > Map.Delete</ code > </ a >
935
935
is more efficient.
936
936
</ p >
937
+ </ dd >
937
938
</ dl > <!-- sync -->
938
939
939
940
< dl id ="syscall "> < dt > < a href ="/pkg/syscall/ "> syscall</ a > </ dt >
0 commit comments