From c58d9efc63e46b0223a2c76af0229d885d5d436e Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Fri, 16 Oct 2009 11:23:45 -0700
Subject: [PATCH] fix pre-submit editing typo; text is garbled.
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35841
CL=35841
---
doc/effective_go.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.50.0