]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in release notes
authorRob Pike <r@golang.org>
Thu, 20 Aug 2015 01:46:05 +0000 (11:46 +1000)
committerRob Pike <r@golang.org>
Fri, 21 Aug 2015 05:41:17 +0000 (05:41 +0000)
Change-Id: I5310cef72e714b22bcf2ae9e6fd85dbb7e8a15a2
Reviewed-on: https://go-review.googlesource.com/13787
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.5.html

index 4e5832db3ac855ead0d58b9aba5876384d7a81cc..ecbd4c549ef6f63068a35c261600d47b6cf5e36b 100644 (file)
@@ -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>