From: Robert Griesemer Date: Thu, 26 Feb 2009 00:58:57 +0000 (-0800) Subject: fixed a typo X-Git-Tag: weekly.2009-11-06~2135 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f88c6c136c25ee27b97bed05776dba63f9c4659c;p=gostls13.git fixed a typo R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25449 CL=25449 --- 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