diff --git a/pkg/cmd/get/sorter.go b/pkg/cmd/get/sorter.go index b083bf4d..9f9e2b80 100644 --- a/pkg/cmd/get/sorter.go +++ b/pkg/cmd/get/sorter.go @@ -336,7 +336,7 @@ func (r *RuntimeSort) Less(i, j int) bool { // OriginalPosition returns the starting (original) position of a particular index. // e.g. If OriginalPosition(0) returns 5 than the -// the item currently at position 0 was at position 5 in the original unsorted array. +// item currently at position 0 was at position 5 in the original unsorted array. func (r *RuntimeSort) OriginalPosition(ix int) int { if ix < 0 || ix > len(r.origPosition) { return -1