]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: fix id attribute of Testing heading
authorJean de Klerk <deklerk@google.com>
Thu, 30 Jan 2020 00:39:26 +0000 (17:39 -0700)
committerJean de Klerk <deklerk@google.com>
Fri, 31 Jan 2020 15:09:17 +0000 (15:09 +0000)
Some tweaks based on comments from CL 216917.

Change-Id: I538ea0dfa947b53d5c4a7135c1aec912b0357083
Reviewed-on: https://go-review.googlesource.com/c/go/+/217121
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.14.html

index 26644cca59b6acd499381146e9be4ec76c094cc7..d850c1ca9ae19af56a42db433910fb7e254f7596 100644 (file)
@@ -304,10 +304,9 @@ appropriately.)
   graphic characters and spaces.
 </p>
 
-<h4 id="go.mod">Testing</h4>
-<!-- golang.org/issue/24929 -->
+<h4 id="go-test">Testing</h4>
 
-<p>
+<p><!-- golang.org/issue/24929 -->
   <code>go test -v</code> now streams <code>t.Log</code> output as it happens,
   rather than at the end of all tests.
 </p>