From: Robert Griesemer Date: Thu, 23 Feb 2012 07:40:28 +0000 (-0800) Subject: exp/types: fix package comment X-Git-Tag: weekly.2012-03-04~199 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3391de8df7a6b2bb87acae8f1a8e82f851fc0511;p=gostls13.git exp/types: fix package comment R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695046 --- diff --git a/src/pkg/exp/types/types.go b/src/pkg/exp/types/types.go index 3aa896892e..85d244cf04 100644 --- a/src/pkg/exp/types/types.go +++ b/src/pkg/exp/types/types.go @@ -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