Skip to content

Commit f2603f0

Browse files
committed
fix: Annotate _VERSION as a string not a table, fixes #250
1 parent f11160f commit f2603f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldoc/builtin/global.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function type(v) end
201201
-- A global variable (not a function) that holds a string containing the
202202
-- current interpreter version. The current contents of this variable is
203203
-- "`Lua 5.1`".
204-
-- @table _VERSION
204+
-- @string _VERSION
205205

206206
---
207207
-- This function is similar to `pcall`, except that you can set a new

0 commit comments

Comments
 (0)