]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in effective_go.html
authorElias Naur <elias.naur@gmail.com>
Fri, 29 Mar 2013 17:28:37 +0000 (10:28 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 29 Mar 2013 17:28:37 +0000 (10:28 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7548045

doc/effective_go.html

index decca34b5a69ef7e6ad16bd7aa9b6304c0f895b6..a1e13c0f69fbd727f949c9d6cde78c600c2d6c1e 100644 (file)
@@ -2466,7 +2466,7 @@ only to have them be needed again later.
 The blank identifier provides a workaround.
 </p>
 <p>
-This half-written program is has two unused imports
+This half-written program has two unused imports
 (<code>fmt</code> and <code>io</code>)
 and an unused variable (<code>fd</code>),
 so it will not compile, but it would be nice to see if the