Commit de4ca13e authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder Committed by Brad Fitzpatrick

doc: fix typo in Effective Go

R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/44430043
parent 568a449b
...@@ -350,7 +350,7 @@ not <code>encoding_base64</code> and not <code>encodingBase64</code>. ...@@ -350,7 +350,7 @@ not <code>encoding_base64</code> and not <code>encodingBase64</code>.
</p> </p>
<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 so exported names in the package can use that fact
to avoid stutter. to avoid stutter.
(Don't use the <code>import .</code> notation, which can simplify (Don't use the <code>import .</code> notation, which can simplify
......
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