]> Cypherpunks repositories - gostls13.git/commitdiff
exp/norm: correct package doc comment
authorAndrew Gerrand <adg@golang.org>
Sun, 31 Jul 2011 01:02:09 +0000 (18:02 -0700)
committerAndrew Gerrand <adg@golang.org>
Sun, 31 Jul 2011 01:02:09 +0000 (18:02 -0700)
Fixes #2118.

R=golang-dev, r, iant
CC=golang-dev
https://golang.org/cl/4815073

src/pkg/exp/norm/normalize.go

index e219263d4a3f7780ff6827c4e72c109c7eab468d..81311bfcbdcfeeef834f1bbfcb8288bbb32450d3 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package form contains types and functions for normalizing Unicode strings.
+// Package norm contains types and functions for normalizing Unicode strings.
 package norm
 
 // A Form denotes a canonical representation of Unicode code points.