summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Naur <elias.naur@gmail.com>2013-03-29 10:28:37 -0700
committerElias Naur <elias.naur@gmail.com>2013-03-29 10:28:37 -0700
commit17d121fef7e941a2854cc34d749d9b3d467c984d (patch)
tree2256c0953b18558259fe82d5fbfbc42271e76767
parentb855fa8af59b079ee3e6f1d01ddcf72754dd92f7 (diff)
downloadgo-17d121fef7e941a2854cc34d749d9b3d467c984d.tar.gz
doc: fix typo in effective_go.html
R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7548045 Committer: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/effective_go.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html
index decca34b5..a1e13c0f6 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -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