From acd1191fb06a51f70f553c1dc8b47cf245a1c913 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Nov 2018 17:21:08 -0800 Subject: Tweaks and API cleanup. --- containers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'containers.lua') diff --git a/containers.lua b/containers.lua index 6417f2e..69eda94 100644 --- a/containers.lua +++ b/containers.lua @@ -488,7 +488,7 @@ do break end i = tmp[1] - result[#result + 1] = tmp + result[#result + 1] = (#tmp == 1) and tmp[1] or tmp end return List(result) end, -- cgit v1.2.3