Commit 1e67453d authored by David Symonds's avatar David Symonds

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

R=r
CC=golang-codereviews
https://golang.org/cl/53720043
parent 23e72645
......@@ -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>
......
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