mirror of
https://github.com/golang/go
synced 2024-11-23 00:20:12 -07:00
Fix typo
This commit is contained in:
parent
2d4bd3db7f
commit
1c928f3c67
@ -1769,7 +1769,7 @@ while that of the corresponding pointer
|
||||
type <code>*T</code> consists of all methods with receiver <code>*T</code> or
|
||||
<code>T</code>.
|
||||
That means the method set of <code>*T</code>
|
||||
includes that of <code>T</code>),
|
||||
includes that of <code>T</code>,
|
||||
but not the reverse.
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user