diff --git a/doc/go_spec.html b/doc/go_spec.html
index e080c95772..3f78f63cab 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1659,7 +1659,7 @@ The receiver type must be of the form T or *T where
T is a type name. T is called the
receiver base type or just base type.
The base type must not be a pointer or interface type and must be
-declared in the same source file as the method.
+declared in the same package as the method.
The method is said to be bound to the base type
and is visible only within selectors for that type
(§Type declarations, §Selectors).