From 14ba34f8fd64ea7c125982408acb2ee54bb81376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Thu, 18 Feb 2021 17:10:34 +0100 Subject: [PATCH] Annoying typo --- stdlib/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/types.lua b/stdlib/types.lua index 0edbd67..128c1be 100644 --- a/stdlib/types.lua +++ b/stdlib/types.lua @@ -56,7 +56,7 @@ types.lua = { end return { type = "list", - value = val + value = l } end }