doc: replace "private" with "unexported" in Effective Go.

R=r
CC=golang-codereviews
https://golang.org/cl/53720043
This commit is contained in:
David Symonds 2014-01-17 09:06:39 -08:00
parent 23e72645dd
commit 1e67453d93

View File

@ -288,7 +288,7 @@ var (
</pre>
<p>
Even for private names, grouping can also indicate relationships between items,
Grouping can also indicate relationships between items,
such as the fact that a set of variables is protected by a mutex.
</p>