]> Cypherpunks repositories - gostls13.git/commit
encoding/json: Tweak documentation for Encoder.Encode.
authorKamil Kisiel <kamil@kamilkisiel.net>
Fri, 27 Sep 2013 05:38:39 +0000 (15:38 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 27 Sep 2013 05:38:39 +0000 (15:38 +1000)
commit48da6754e201373227bb977cab6b884b51a2c765
tree0e5de3d4b3c82b843e63021f1549feb502306807
parent0ab8f2d287159de00dfa64793a64285223f5661e
encoding/json: Tweak documentation for Encoder.Encode.

The documentation for the Encoder type calls it a stream,
not a connection.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/14015044
src/pkg/encoding/json/stream.go