From f88c6c136c25ee27b97bed05776dba63f9c4659c Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 25 Feb 2009 16:58:57 -0800 Subject: [PATCH] fixed a typo R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25449 CL=25449 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 0ccf4311912..e286a4e6ddd 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