diff --git a/doc/go_spec.html b/doc/go_spec.html
index b3d50888ad..2508945146 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -2097,7 +2097,8 @@ parentheses) where T is a type name. The type denoted by Tbase type; it must not be a pointer or interface type and
it must be declared in the same package as the method.
The method is said to be bound to the base type and the method name
-is visible only within selectors for that type.
+is visible only within selectors for type T
+or *T.