1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:14:40 -07:00

exp/norm: correct package doc comment

Fixes #2118.

R=golang-dev, r, iant
CC=golang-dev
https://golang.org/cl/4815073
This commit is contained in:
Andrew Gerrand 2011-07-30 18:02:09 -07:00
parent 7162f39fc3
commit ffccc026cb

View 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.