summaryrefslogtreecommitdiff
path: root/doc/go1.5.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-08-20 11:46:05 +1000
committerRob Pike <r@golang.org>2015-08-21 05:41:17 +0000
commitae4dc8facb0e22508c4fbd27fe380e1ad86100e7 (patch)
treefd9a334354ffdcc3161676ad31451608cbfc64e8 /doc/go1.5.html
parentf62b749ae2b323653085f78f896f660ee461bb41 (diff)
downloadgo-git-ae4dc8facb0e22508c4fbd27fe380e1ad86100e7.tar.gz
doc: fix typo in release notes
Change-Id: I5310cef72e714b22bcf2ae9e6fd85dbb7e8a15a2 Reviewed-on: https://go-review.googlesource.com/13787 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc/go1.5.html')
-rw-r--r--doc/go1.5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 4e5832db3a..ecbd4c549e 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -540,7 +540,7 @@ This acts as a custom replacement for <code>go tool</code>.
The <code>test</code> subcommand now has a <code>-count</code>
flag to specify how many times to run each test and benchmark.
The <a href="/pkg/testing/"><code>testing</code></a> package
-does the work here, through by the <code>-test.count</code> flag.
+does the work here, through the <code>-test.count</code> flag.
</li>
<li>