diff options
Diffstat (limited to 'modules/lua/lua.luadoc')
-rw-r--r-- | modules/lua/lua.luadoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/lua/lua.luadoc b/modules/lua/lua.luadoc index 3ff20d0b..dbb21f25 100644 --- a/modules/lua/lua.luadoc +++ b/modules/lua/lua.luadoc @@ -234,9 +234,9 @@ function tostring(v) end -- "`table`", "`function`", "`thread`", and "`userdata`". function type(v) end --- * `_G._VERSION`: A global variable (not a function) that holds a string --- containing the current interpreter version. The current contents of this --- variable is "`Lua 5.2`". +-- * `_G._VERSION` [string]: A global variable (not a function) that holds a +-- string containing the current interpreter version. The current contents of +-- this variable is "`Lua 5.2`". --- -- This function is similar to `pcall`, except that it sets a new message |