diff options
-rw-r--r-- | src/luarocks/type/rockspec.tl | 2 |
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 @@ | |||
1 | local record type_rockspec | 1 | local record type_rockspec |
2 | order: Ordering<string> | 2 | order: Ordering<number | string> |
3 | rockspec_format: string | 3 | rockspec_format: string |
4 | end | 4 | end |
5 | 5 | ||