]> Cypherpunks repositories - gostls13.git/commit
unicode: fix comment about variable types
authorRuss Cox <rsc@golang.org>
Tue, 22 May 2012 17:53:57 +0000 (13:53 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 22 May 2012 17:53:57 +0000 (13:53 -0400)
commit77f00e5e5ae39443174351ea514bbdf02ad59edd
tree3b6c7aabeb530b5acb7120dafbbe77d361d95f40
parentfbaf59bf1ede6d8f42ab0d8e0f238582de5f9888
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