From: James Craig Burley Date: Wed, 28 Nov 2018 18:53:16 +0000 (+0000) Subject: doc: fix typo in FAQ X-Git-Tag: go1.12beta1~241 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=96d41786c5bd5b3597b6a28a7e8c412c33f15086;p=gostls13.git doc: fix typo in FAQ Change-Id: I956d6d1dbf8516cb65eb3a0686a3b0584b4a6840 GitHub-Last-Rev: 1c928f3c67eceae424cbcd6b0935605a78728604 GitHub-Pull-Request: golang/go#28991 Reviewed-on: https://go-review.googlesource.com/c/151324 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go_faq.html b/doc/go_faq.html index c61dd0fc5f..305878f237 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1769,7 +1769,7 @@ while that of the corresponding pointer type *T consists of all methods with receiver *T or T. That means the method set of *T -includes that of T), +includes that of T, but not the reverse.