diff --git a/core/text/table/table.odin b/core/text/table/table.odin index 99f4180a3..4233902c8 100644 --- a/core/text/table/table.odin +++ b/core/text/table/table.odin @@ -217,7 +217,7 @@ row_of_values :: proc(tbl: ^Table, values: ..any, loc := #caller_location) { tbl.nr_rows += 1 - for col in 0 ..< tbl.nr_cols { + for col in 0..