From 96d41786c5bd5b3597b6a28a7e8c412c33f15086 Mon Sep 17 00:00:00 2001 From: James Craig Burley Date: Wed, 28 Nov 2018 18:53:16 +0000 Subject: [PATCH] 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 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.51.0