]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in FAQ
authorJames Craig Burley <james-github@burleyarch.com>
Wed, 28 Nov 2018 18:53:16 +0000 (18:53 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 28 Nov 2018 18:53:53 +0000 (18:53 +0000)
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 <bradfitz@golang.org>
doc/go_faq.html

index c61dd0fc5f48167834835cad7fc19bc58164f15a..305878f2378f16f3fb59e72bca657b9928474a35 100644 (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>