summaryrefslogtreecommitdiff
path: root/src/pkg/go/types/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/go/types/types.go')
-rw-r--r--src/pkg/go/types/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/go/types/types.go b/src/pkg/go/types/types.go
index 72384e121..2ee645d98 100644
--- a/src/pkg/go/types/types.go
+++ b/src/pkg/go/types/types.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// PACKAGE UNDER CONSTRUCTION. ANY AND ALL PARTS MAY CHANGE.
-// The types package declares the types used to represent Go types.
+// Package types declares the types used to represent Go types.
//
package types