mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
doc: replace "private" with "unexported" in Effective Go.
R=r CC=golang-codereviews https://golang.org/cl/53720043
This commit is contained in:
parent
23e72645dd
commit
1e67453d93
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user