]> Cypherpunks repositories - gostls13.git/commit
spec: s/char_lit/rune_lit/
authorRobert Griesemer <gri@golang.org>
Tue, 8 Jan 2013 02:02:58 +0000 (18:02 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 8 Jan 2013 02:02:58 +0000 (18:02 -0800)
commitc863db4e8762d24df791025314ceb4241df921a3
treedd670651bd8af348403efd351c3c22a9f754d6f6
parentfba96e915dd16974745b199d09cfa6a4839cd03e
spec: s/char_lit/rune_lit/

The spec talks explicitly about rune literals but the
respective production is still called char_lit for
historic reasons. Updated the two occurences.

Fixes #4602.

R=rsc, iant, r, ken
CC=golang-dev
https://golang.org/cl/7070048
doc/go_spec.html