fix comment

This commit is contained in:
Menno 2021-10-17 14:32:26 +02:00
parent 074b95bab8
commit 67b1febc1d
1 changed files with 0 additions and 2 deletions

View File

@ -790,8 +790,6 @@ const stringOneRun = `func (i %[1]s) String() string {
// [2]: lowest defined value for type, as a string
// [3]: size of index element (8 for uint8 etc.)
// [4]: less than zero check (for signed types)
/*
*/
const stringOneRunWithOffset = `func (i %[1]s) String() string {
i -= %[2]s
if %[4]si >= %[1]s(len(_%[1]sIndex)-1) {