From: Andrew Gerrand Date: Sun, 31 Jul 2011 01:02:09 +0000 (-0700) Subject: exp/norm: correct package doc comment X-Git-Tag: weekly.2011-08-10~59 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ffccc026cb027136234be4ed5d58906f88d5034c;p=gostls13.git exp/norm: correct package doc comment Fixes #2118. R=golang-dev, r, iant CC=golang-dev https://golang.org/cl/4815073 --- diff --git a/src/pkg/exp/norm/normalize.go b/src/pkg/exp/norm/normalize.go index e219263d4a..81311bfcbd 100644 --- a/src/pkg/exp/norm/normalize.go +++ b/src/pkg/exp/norm/normalize.go @@ -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.