From c298b09ddf175756b50733704c237c925bfc89fc Mon Sep 17 00:00:00 2001 From: LordOfSpelunky <147883041+LordOfSpelunky@users.noreply.github.com> Date: Mon, 20 May 2024 12:58:59 -0700 Subject: [PATCH] Comma --- docs/pretty-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pretty-tables.md b/docs/pretty-tables.md index 3d65876..c0dd548 100644 --- a/docs/pretty-tables.md +++ b/docs/pretty-tables.md @@ -53,7 +53,7 @@ print(table.pretty({ toppings = { "pepperoni", "sausage", - } + }, } ```