mirror of https://github.com/golang/go.git
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
|
type <code>*T</code> consists of all methods with receiver <code>*T</code> or
|
||||||
<code>T</code>.
|
<code>T</code>.
|
||||||
That means the method set of <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.
|
but not the reverse.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue