diff options
Diffstat (limited to 'src/pkg/container/ring/ring.go')
-rw-r--r-- | src/pkg/container/ring/ring.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/container/ring/ring.go b/src/pkg/container/ring/ring.go index 5925164e9..cc870ce93 100644 --- a/src/pkg/container/ring/ring.go +++ b/src/pkg/container/ring/ring.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// The ring package implements operations on circular lists. +// Package ring implements operations on circular lists. package ring // A Ring is an element of a circular list, or ring. |