From 3645ed60480e2b8392ce4f21f3ce77611dabd5cf Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 3 Jan 2025 12:19:38 -0300 Subject: rockspec: make order type more lenient See https://github.com/teal-language/tl/pull/890#issuecomment-2569388264 --- src/luarocks/type/rockspec.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/luarocks/type/rockspec.tl b/src/luarocks/type/rockspec.tl index 5db0c4c4..599c13ce 100644 --- a/src/luarocks/type/rockspec.tl +++ b/src/luarocks/type/rockspec.tl @@ -1,5 +1,5 @@ local record type_rockspec - order: Ordering + order: Ordering rockspec_format: string end -- cgit v1.2.3-55-g6feb