LGTM On Tue, Dec 22, 2009 at 9:16 AM, <rsc@golang.org> wrote: > Reviewers: gri, > ...
14 years, 10 months ago
(2009-12-22 17:35:11 UTC)
#2
LGTM
On Tue, Dec 22, 2009 at 9:16 AM, <rsc@golang.org> wrote:
> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review the following change.
>
>
> Description:
> json: fix doc comment
>
> Please review this at http://codereview.appspot.com/179128
>
> Affected files:
> M src/pkg/json/decode.go
>
>
> Index: src/pkg/json/decode.go
> ===================================================================
> --- a/src/pkg/json/decode.go
> +++ b/src/pkg/json/decode.go
> @@ -19,7 +19,7 @@
> // 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) {
>
>
>
Issue 179128: code review 179128: json: fix doc comment
(Closed)
Created 14 years, 10 months ago by rsc
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0