Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(196)

Issue 7028051: code review 7028051: bytes: fix docs: s/array/slice/. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by nigeltao
Modified:
12 years, 6 months ago
Reviewers:
CC:
rsc, mdempsky, dave_cheney.net, golang-dev
Visibility:
Public.

Description

bytes: fix docs: s/array/slice/.

Patch Set 1 #

Patch Set 2 : diff -r d0d76b7fb219 https://code.google.com/p/go #

Patch Set 3 : diff -r d0d76b7fb219 https://code.google.com/p/go #

Total comments: 4

Patch Set 4 : diff -r d0d76b7fb219 https://code.google.com/p/go #

Total comments: 2

Patch Set 5 : diff -r ae4e014e0b77 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -44 lines) Patch
M src/pkg/bytes/buffer_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/bytes/bytes.go View 1 2 3 4 6 chunks +30 lines, -30 lines 0 comments Download
M src/pkg/bytes/bytes_test.go View 1 2 3 4 7 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 6
nigeltao
Hello rsc@golang.org (cc: golang-dev@googlegroups.com, mdempsky@google.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 6 months ago (2013-01-04 02:31:05 UTC) #1
mdempsky
LGTM https://codereview.appspot.com/7028051/diff/4001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/7028051/diff/4001/src/pkg/bytes/bytes.go#newcode14 src/pkg/bytes/bytes.go:14: // Compare returns an integer comparing the two ...
12 years, 6 months ago (2013-01-04 02:35:27 UTC) #2
nigeltao
https://codereview.appspot.com/7028051/diff/4001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/7028051/diff/4001/src/pkg/bytes/bytes.go#newcode14 src/pkg/bytes/bytes.go:14: // Compare returns an integer comparing the two byte ...
12 years, 6 months ago (2013-01-04 03:42:57 UTC) #3
dave_cheney.net
LGTM. https://codereview.appspot.com/7028051/diff/7001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/7028051/diff/7001/src/pkg/bytes/bytes.go#newcode336 src/pkg/bytes/bytes.go:336: // Join concatenates the elements of a to ...
12 years, 6 months ago (2013-01-04 04:13:27 UTC) #4
mdempsky
Perhaps better fixed in a followup CL, but I notice that Effective Go also mentions ...
12 years, 6 months ago (2013-01-04 21:38:49 UTC) #5
nigeltao
12 years, 6 months ago (2013-01-06 23:52:47 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=c9c7020ebc87 ***

bytes: fix docs: s/array/slice/.

R=rsc, mdempsky, dave
CC=golang-dev
https://codereview.appspot.com/7028051
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b