]> Cypherpunks repositories - gostls13.git/commitdiff
exp/types: fix package comment
authorRobert Griesemer <gri@golang.org>
Thu, 23 Feb 2012 07:40:28 +0000 (23:40 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 23 Feb 2012 07:40:28 +0000 (23:40 -0800)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5695046

src/pkg/exp/types/types.go

index 3aa896892e3dce97919ca6c57faf444202a070ad..85d244cf04a5f2a8eca56db25d011330da6ce00f 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// PACKAGE UNDER CONSTRUCTION. ANY AND ALL PARTS MAY CHANGE.
-// Package types declares the types used to represent Go types.
+// Package types declares the types used to represent Go types
+// (UNDER CONSTRUCTION). ANY AND ALL PARTS MAY CHANGE.
 //
 package types