From 143f3fd0ee71e6b015029b6792bc873b1013a8d4 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 1 Sep 2015 17:51:39 +1000 Subject: encoding/json: spell "marshaling" and "unmarshaling" consistently Fixes #12431 Change-Id: I67c42bf2cd9285f471387248fd9c22a16b158349 Reviewed-on: https://go-review.googlesource.com/14150 Reviewed-by: Dmitri Shuralyov Reviewed-by: Rob Pike --- src/encoding/json/decode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding/json/decode.go') diff --git a/src/encoding/json/decode.go b/src/encoding/json/decode.go index 0f5bb4d574..e7e8d0b997 100644 --- a/src/encoding/json/decode.go +++ b/src/encoding/json/decode.go @@ -57,7 +57,7 @@ import ( // // If a JSON value is not appropriate for a given target type, // or if a JSON number overflows the target type, Unmarshal -// skips that field and completes the unmarshalling as best it can. +// skips that field and completes the unmarshaling as best it can. // If no more serious errors are encountered, Unmarshal returns // an UnmarshalTypeError describing the earliest such error. // -- cgit v1.3