LGTM On 6 October 2010 19:07, <stephenm@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > ...
14 years, 5 months ago
(2010-10-06 08:11:56 UTC)
#2
LGTM
On 6 October 2010 19:07, <stephenm@golang.org> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> bufio: minor documentation fix.
>
> Please review this at http://codereview.appspot.com/2301045/
>
> Affected files:
> M src/pkg/bufio/bufio.go
>
>
> Index: src/pkg/bufio/bufio.go
> ===================================================================
> --- a/src/pkg/bufio/bufio.go
> +++ b/src/pkg/bufio/bufio.go
> @@ -284,7 +284,7 @@
> }
>
> // ReadBytes reads until the first occurrence of delim in the input,
> -// returning a string containing the data up to and including the
> delimiter.
> +// returning a slice containing the data up to and including the delimiter.
> // If ReadBytes encounters an error before finding a delimiter,
> // it returns the data read before the error and the error itself (often
> os.EOF).
> // ReadBytes returns err != nil if and only if line does not end in delim.
>
>
>
Issue 2301045: code review 2301045: bufio: minor documentation fix.
(Closed)
Created 14 years, 5 months ago by stephenm
Modified 14 years, 5 months ago
Reviewers:
Base URL:
Comments: 0