]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] unicode: fix comment about variable types
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:08 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:08 +0000 (16:24 -0400)
commitb503008c9d62bcbbfa3651df3366ab22813c6dd9
treea58228b4a43d6671a89e1b4f347404a4f3b7b4f6
parent03fab00ed0e483a46d4e24f3cf3e7d5e5d1053de
[release-branch.go1] unicode: fix comment about variable types

««« backport 40104e4c312d
unicode: fix comment about variable types

In both the web and command line tool,
the comment is shown after the declaration.
But in the code the comment is obviously before.
Make the text not refer to a specific order.

R=r, dsymonds
CC=golang-dev
https://golang.org/cl/6206094

»»»
src/pkg/unicode/maketables.go
src/pkg/unicode/tables.go