LGTM. thanks. - gri On Mon, Nov 8, 2010 at 10:06 AM, <go.peter.90@gmail.com> wrote: > ...
14 years, 11 months ago (2010-11-09 16:45:30 UTC) #2
LGTM. thanks. - gri On Mon, Nov 8, 2010 at 10:06 AM, <go.peter.90@gmail.com> wrote: > Reviewers: rsc, > > Message: > Hello rsc (cc: golang-dev@googlegroups.com), > > I'd like you to review this change. > > > Description: > doc: fix go_spec spelling error > > Please review this at http://codereview.appspot.com/2985041/ > > Affected files: > M doc/go_spec.html > > > Index: doc/go_spec.html > =================================================================== > --- a/doc/go_spec.html > +++ b/doc/go_spec.html > @@ -4396,7 +4396,7 @@ > <p> > For a channel <code>c</code>, the built-in function <code>close(c)</code> > marks the channel as unable to accept more values through a send > operation; > -values sent to a closed channed are ignored. > +values sent to a closed channel are ignored. > After calling <code>close</code>, and after any previously > sent values have been received, receive operations will return > the zero value for the channel's type without blocking. > > >
Issue 2985041: code review 2985041: doc: fix go_spec spelling error Created 14 years, 11 months ago by peterGo Modified 14 years, 11 months ago Reviewers: Base URL: Comments: 0