diff options
Diffstat (limited to 'src/pkg/container/vector/vector.go')
| -rw-r--r-- | src/pkg/container/vector/vector.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/container/vector/vector.go b/src/pkg/container/vector/vector.go index fc7cf64ae9..3746b422a7 100644 --- a/src/pkg/container/vector/vector.go +++ b/src/pkg/container/vector/vector.go @@ -207,9 +207,9 @@ func (p *Vector) AppendVector(x *Vector) { } -// Partial SortInterface support +// Partial sort.Interface support -// LessInterface provides partial support of the SortInterface. +// LessInterface provides partial support of the sort.Interface. type LessInterface interface { Less(y Element) bool; } |
