mirror of
https://github.com/golang/go
synced 2024-11-15 12:20:32 -07:00
[release-branch.go1] encoding/json: fix minor typo in documentation for Marshal
««« backport 093dcfc4d307 encoding/json: fix minor typo in documentation for Marshal R=golang-dev, r CC=golang-dev https://golang.org/cl/6325053 »»»
This commit is contained in:
parent
4cc0efc468
commit
e67e930344
@ -55,7 +55,7 @@ import (
|
|||||||
// nil pointer or interface value, and any array, slice, map, or string of
|
// nil pointer or interface value, and any array, slice, map, or string of
|
||||||
// length zero. The object's default key string is the struct field name
|
// length zero. The object's default key string is the struct field name
|
||||||
// but can be specified in the struct field's tag value. The "json" key in
|
// but can be specified in the struct field's tag value. The "json" key in
|
||||||
// struct field's tag value is the key name, followed by an optional comma
|
// the struct field's tag value is the key name, followed by an optional comma
|
||||||
// and options. Examples:
|
// and options. Examples:
|
||||||
//
|
//
|
||||||
// // Field is ignored by this package.
|
// // Field is ignored by this package.
|
||||||
|
Loading…
Reference in New Issue
Block a user