mirror of
https://github.com/golang/go
synced 2024-11-22 04:34:39 -07:00
fixed a typo
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=25449 CL=25449
This commit is contained in:
parent
88b1f8594a
commit
f88c6c136c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user