1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:20:12 -07:00
This commit is contained in:
James Craig Burley 2018-11-28 13:37:47 -05:00 committed by GitHub
parent 2d4bd3db7f
commit 1c928f3c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>