]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in Effective Go
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 20 Dec 2013 17:59:51 +0000 (09:59 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 20 Dec 2013 17:59:51 +0000 (09:59 -0800)
R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/44430043

doc/effective_go.html

index 207bd50c1dcbef16d3bff15a3ff662a8b3c572ea..cc9176160da7db7724a0619dc6ff8444aef2db8a 100644 (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