https://codereview.appspot.com/7094062/diff/5001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/7094062/diff/5001/doc/go_spec.html#newcode4925 doc/go_spec.html:4925: The length and capacity of a <code>nil</code> slice or ...
12 years, 1 month ago
(2013-01-21 05:06:28 UTC)
#3
On 21 January 2013 16:06, <dave@cheney.net> wrote: > The length of a <code>nil</code> slice, map, ...
12 years, 1 month ago
(2013-01-21 05:12:44 UTC)
#4
On 21 January 2013 16:06, <dave@cheney.net> wrote:
> The length of a <code>nil</code> slice, map, or channel is 0. The
> capacity of a <code>nil</code> slice or channel is 0.
>
That may actually be the better edit.
PTAL. On 2013/01/21 05:12:44, adg wrote: > On 21 January 2013 16:06, <mailto:dave@cheney.net> wrote: > ...
12 years, 1 month ago
(2013-01-21 05:27:58 UTC)
#5
PTAL.
On 2013/01/21 05:12:44, adg wrote:
> On 21 January 2013 16:06, <mailto:dave@cheney.net> wrote:
> > The length of a <code>nil</code> slice, map, or channel is 0. The
> > capacity of a <code>nil</code> slice or channel is 0.
> That may actually be the better edit.
Adopted, thanks.
Issue 7094062: code review 7094062: doc/go_spec: cap doesn't apply to maps
(Closed)
Created 12 years, 1 month ago by minux1
Modified 12 years, 1 month ago
Reviewers:
Base URL:
Comments: 1