mirror of
https://github.com/golang/go.git
synced 2024-11-21 21:11:11 +00:00
nit: Capitalize Set method
parent
9aa9d47f75
commit
4faeed5788
@ -611,7 +611,7 @@ func f2() {
|
||||
}
|
||||
```
|
||||
|
||||
The ` set ` method is effectively inherited from
|
||||
The ` Set ` method is effectively inherited from
|
||||
` myType `, because
|
||||
methods associated with the anonymous field are promoted to become methods
|
||||
of the enclosing type. In this case, because ` myChildType ` has an
|
||||
|
Loading…
Reference in New Issue
Block a user