aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/type/rockspec.tl2
1 files changed, 1 insertions, 1 deletions
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 @@
1local record type_rockspec 1local record type_rockspec
2 order: Ordering<string> 2 order: Ordering<number | string>
3 rockspec_format: string 3 rockspec_format: string
4end 4end
5 5