From 3391de8df7a6b2bb87acae8f1a8e82f851fc0511 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 22 Feb 2012 23:40:28 -0800 Subject: [PATCH] exp/types: fix package comment R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695046 --- src/pkg/exp/types/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0