]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in Go 1.9 release notes
authorKashav Madan <kshvmdn@gmail.com>
Sat, 17 Jun 2017 06:07:44 +0000 (02:07 -0400)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 17 Jun 2017 08:17:14 +0000 (08:17 +0000)
Change-Id: Ia5c8fcff000bf3d369d42407342c470ea92e18da
Reviewed-on: https://go-review.googlesource.com/46006
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
doc/go1.9.html

index 5c877bc4c9383904eb2a5176f1011d7c33f686ba..8b10218ca73426a1d42220b6c155323ea24b7128 100644 (file)
@@ -259,7 +259,7 @@ CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS gener
 <p> <!-- CL 38796 -->
   The
   new <a href="/pkg/testing/#T.Helper"><code>(*T).Helper</code></a>
-  an <a href="/pkg/testing/#B.Helper"><code>(*B).Helper</code></a>
+  and <a href="/pkg/testing/#B.Helper"><code>(*B).Helper</code></a>
   methods mark the calling function as a test helper function.  When
   printing file and line information, that function will be skipped.
   This permits writing test helper functions while still having useful