From: Rob Pike
Date: Fri, 16 Oct 2009 18:23:45 +0000 (-0700)
Subject: fix pre-submit editing typo; text is garbled.
X-Git-Tag: weekly.2009-11-06~276
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c58d9efc63e46b0223a2c76af0229d885d5d436e;p=gostls13.git
fix pre-submit editing typo; text is garbled.
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35841
CL=35841
---
diff --git a/doc/effective_go.html b/doc/effective_go.html
index fc65d155d2..29d656f82c 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -1771,8 +1771,8 @@ it also satisfies all three interfaces:
There's one important way in which embedding differs from subclassing. When we embed a type,
-the methods of that type become methods of the out type
-Read method of a bufio.ReadWriter
is
invoked, it has the exactly the same effect as the forwarding method written out above;
the receiver is the reader
field of the ReadWriter
, not the