diff --git a/core/list.go b/core/list.go index 4f5b6f1399..ca80541756 100644 --- a/core/list.go +++ b/core/list.go @@ -90,7 +90,7 @@ type Lister interface { // SliceIndex returns the logical slice index: si = i + StartIndex, // the actual value index vi into the slice value (typically = si), // which can be different if there is an index indirection as in - // tensorcore table.Table), and a bool that is true if the + // tensorcore.Table), and a bool that is true if the // index is beyond the available data and is thus invisible, // given the row index provided. SliceIndex(i int) (si, vi int, invis bool)