mirror of
https://github.com/golang/go
synced 2024-11-25 05:57:57 -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:
parent
7162f39fc3
commit
ffccc026cb
@ -2,7 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package norm
|
||||||
|
|
||||||
// A Form denotes a canonical representation of Unicode code points.
|
// A Form denotes a canonical representation of Unicode code points.
|
||||||
|
Loading…
Reference in New Issue
Block a user