doc: fix typo in FAQ

Change-Id: I956d6d1dbf8516cb65eb3a0686a3b0584b4a6840
GitHub-Last-Rev: 1c928f3c67
GitHub-Pull-Request: golang/go#28991
Reviewed-on: https://go-review.googlesource.com/c/151324
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
James Craig Burley 2018-11-28 18:53:16 +00:00 committed by Brad Fitzpatrick
parent 2d4bd3db7f
commit 96d41786c5

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>