diff --git a/doc/go_spec.html b/doc/go_spec.html index 0ccf431191..e286a4e6dd 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -560,7 +560,7 @@ because the size of the pointer itself is always known. The interface of a type is the set of methods bound to it (§Method declarations); for pointer types, it is the interface of the pointer base type (§Pointer types). All types have an interface; -if they have no methods, it is the empty'' interface. +if they have no methods, it is the empty interface.

The static type (or just type) of a variable is the