]> Cypherpunks repositories - gostls13.git/commit
encoding/json: spell "marshaling" and "unmarshaling" consistently
authorAndrew Gerrand <adg@golang.org>
Tue, 1 Sep 2015 07:51:39 +0000 (17:51 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 23 Sep 2015 00:48:35 +0000 (00:48 +0000)
commit143f3fd0ee71e6b015029b6792bc873b1013a8d4
tree818960b488d97c42a588fcbe1ba3cfe62181cec2
parent7b7f85534cc8ed04ec727199c25119e157b2a4bc
encoding/json: spell "marshaling" and "unmarshaling" consistently

Fixes #12431

Change-Id: I67c42bf2cd9285f471387248fd9c22a16b158349
Reviewed-on: https://go-review.googlesource.com/14150
Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
src/encoding/json/decode.go
src/encoding/json/decode_test.go