nit: Capitalize Set method

Nick Richards 2019-03-12 13:56:22 -07:00
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