]> Cypherpunks repositories - gostls13.git/commitdiff
fixed a typo
authorRobert Griesemer <gri@golang.org>
Thu, 26 Feb 2009 00:58:57 +0000 (16:58 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 26 Feb 2009 00:58:57 +0000 (16:58 -0800)
R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=25449
CL=25449

doc/go_spec.html

index 0ccf4311912262f6aa82c1f2529a38560ba2937d..e286a4e6dddf628070c9a36b579f866dae44934f 100644 (file)
@@ -560,7 +560,7 @@ because the size of the pointer itself is always known.
 The <i>interface</i> 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 <i>empty'' interface</i>.
+if they have no methods, it is the <i>empty interface</i>.
 </p>
 <p>
 The <i>static type</i> (or just <i>type</i>) of a variable is the