From 8862f9118b7efa79a09e3b397f517f16ed342016 Mon Sep 17 00:00:00 2001 From: oskarnp Date: Mon, 27 Mar 2023 09:31:24 +0200 Subject: [PATCH] Fix typos in doc --- core/text/table/doc.odin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/text/table/doc.odin b/core/text/table/doc.odin index 00bde5862..9b5c1f932 100644 --- a/core/text/table/doc.odin +++ b/core/text/table/doc.odin @@ -11,8 +11,8 @@ row(tbl, "A_LONG_ENUM", "= 54,", "// A comment about A_LONG_ENUM") row(tbl, "AN_EVEN_LONGER_ENUM", "= 1,", "// A comment about AN_EVEN_LONGER_ENUM") build(tbl) - for row in 0..