diff --git a/doc/go1.15.html b/doc/go1.15.html index 42687a4741..17e442d4c6 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.
- When the flag package sees -h or -help, and
- those flags are not defined, it now prints a usage message.
+ When the flag package sees -h or -help,
+ and those flags are not defined, it now prints a usage message.
If the FlagSet was created with
ExitOnError,
FlagSet.Parse would then
@@ -901,9 +901,9 @@ Do not send CLs removing the interior tags from such phrases.
- 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 debug=2.
+ 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 debug=2.
Map.Delete
is more efficient.
+