13 years, 9 months ago
(2011-07-31 00:23:43 UTC)
#3
LGTM
adg@golang.org writes:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
>
>
> Description:
> exp/norm: correct package doc comment
>
> Fixes issue 2118.
>
> Please review this at http://codereview.appspot.com/4815073/
>
> Affected files:
> M src/pkg/exp/norm/normalize.go
>
>
> Index: src/pkg/exp/norm/normalize.go
> ===================================================================
> --- 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.
Issue 4815073: code review 4815073: exp/norm: correct package doc comment
(Closed)
Created 13 years, 9 months ago by adg
Modified 13 years, 9 months ago
Reviewers:
Base URL:
Comments: 0