summaryrefslogtreecommitdiff
path: root/src/pkg/sort/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/sort/sort.go')
-rw-r--r--src/pkg/sort/sort.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/sort/sort.go b/src/pkg/sort/sort.go
index c7945d21b..30b1819af 100644
--- a/src/pkg/sort/sort.go
+++ b/src/pkg/sort/sort.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.
-// The sort package provides primitives for sorting arrays
-// and user-defined collections.
+// Package sort provides primitives for sorting arrays and user-defined
+// collections.
package sort
// A type, typically a collection, that satisfies sort.Interface can be