]> Cypherpunks repositories - gostls13.git/commitdiff
doc/effective_go.html: remove spurious word
authorRob Pike <r@golang.org>
Mon, 5 Aug 2013 01:24:27 +0000 (11:24 +1000)
committerRob Pike <r@golang.org>
Mon, 5 Aug 2013 01:24:27 +0000 (11:24 +1000)
Fixes #6003.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12387045

doc/effective_go.html

index 1ca9bd58d5078c47d57aa53563bc84dcd6e666cd..8c66fa246f1261013a6252fe185139126d4ed2e5 100644 (file)
@@ -2560,7 +2560,7 @@ One place this situation arises is when it is necessary to guarantee within the
 it actually satisfies the interface.
 If a type—for example,
 <code><a href="/pkg/encoding/json/#RawMessage">json.RawMessage</a></code>—needs
-a custom its JSON representation, it should implement
+a custom JSON representation, it should implement
 <code>json.Marshaler</code>, but there are no static conversions that would
 cause the compiler to verify this automatically.
 If the type inadvertently fails to satisfy the interface, the JSON encoder will still work,