summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKashav Madan <kshvmdn@gmail.com>2017-06-17 02:07:44 -0400
committerAlberto Donizetti <alb.donizetti@gmail.com>2017-06-17 08:17:14 +0000
commitd293c85e397c328be13e58d79e34193f05f0707f (patch)
tree25af2a007112bcf58926e2a3a500b3394860521c /doc
parentc60d6c0b4367c047470ddd652f8c53e286481f96 (diff)
downloadgo-git-d293c85e397c328be13e58d79e34193f05f0707f.tar.gz
doc: fix typo in Go 1.9 release notes
Change-Id: Ia5c8fcff000bf3d369d42407342c470ea92e18da Reviewed-on: https://go-review.googlesource.com/46006 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 5c877bc4c9..8b10218ca7 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -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