Skip to content

Commit

Permalink
doc: fix typo in FAQ
Browse files Browse the repository at this point in the history
Change-Id: I956d6d1dbf8516cb65eb3a0686a3b0584b4a6840
GitHub-Last-Rev: 1c928f3
GitHub-Pull-Request: #28991
Reviewed-on: https://go-review.googlesource.com/c/151324
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
James Craig Burley authored and bradfitz committed Nov 28, 2018
1 parent 2d4bd3d commit 96d4178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go_faq.html
Expand Up @@ -1769,7 +1769,7 @@ <h3 id="different_method_sets">
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>

Expand Down

0 comments on commit 96d4178

Please sign in to comment.