Commit d488c4b4 authored by Russ Cox's avatar Russ Cox

json: fix doc comment

R=gri
CC=golang-dev
https://golang.org/cl/179128
parent 2e853ec8
......@@ -19,7 +19,7 @@ import (
// of Go data types. The data return value may be one of float64, string,
// bool, nil, []interface{} or map[string]interface{}. The array and map
// elements may in turn contain any of the types listed above and so on.
//
// If Decode encounters a syntax error, it returns with err set to an
// instance of ParseError. See ParseError documentation for details.
func Decode(s string) (data interface{}, err os.Error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment