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
1 changed files with 1 additions and 1 deletions

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