Commit c1786a9e authored by Elias Naur's avatar Elias Naur Committed by Brad Fitzpatrick

doc: fix typo in effective_go.html

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7548045
parent df885e70
...@@ -2466,7 +2466,7 @@ only to have them be needed again later. ...@@ -2466,7 +2466,7 @@ only to have them be needed again later.
The blank identifier provides a workaround. The blank identifier provides a workaround.
</p> </p>
<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>) (<code>fmt</code> and <code>io</code>)
and an unused variable (<code>fd</code>), and an unused variable (<code>fd</code>),
so it will not compile, but it would be nice to see if the so it will not compile, but it would be nice to see if the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment