diff --git a/core/text/table/table.odin b/core/text/table/table.odin index 3bb92f7f6..a5203fcd0 100644 --- a/core/text/table/table.odin +++ b/core/text/table/table.odin @@ -148,7 +148,7 @@ row :: proc(tbl: ^Table, values: ..any, loc := #caller_location) { } } tbl.nr_rows += 1 - for col := 0; col < tbl.nr_cols; col += 1 { + for col in 0..