doc: fix typo in Effective Go

R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/44430043
This commit is contained in:
Josh Bleecher Snyder 2013-12-20 09:59:51 -08:00 committed by Brad Fitzpatrick
parent 568a449bd1
commit de4ca13eac
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ not <code>encoding_base64</code> and not <code>encodingBase64</code>.
</p>
<p>
The importer of a package will use the name to refer to its contents.
The importer of a package will use the name to refer to its contents,
so exported names in the package can use that fact
to avoid stutter.
(Don't use the <code>import .</code> notation, which can simplify