]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/json: remove the word "text" in "JSON text" from package docs.
authorrajender <rajenderreddykompally@gmail.com>
Mon, 27 Nov 2017 18:28:29 +0000 (23:58 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 27 Nov 2017 18:51:36 +0000 (18:51 +0000)
It was added in CL 79995. It is unnecessarily confusing.

Change-Id: Ib8ff35b9f71b54ff99d2d6e0534c7128e1f4345a
Reviewed-on: https://go-review.googlesource.com/80035
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/json/encode.go

index a5596879ac64e37a5f4bcd65f5b98ec2287d8d31..0522c43495eb39360f49d4b374207654e23d4744 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package json implements encoding and decoding of JSON text as defined in
+// Package json implements encoding and decoding of JSON as defined in
 // RFC 7159. The mapping between JSON and Go values is described
 // in the documentation for the Marshal and Unmarshal functions.
 //