ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

_VERSION is a string

Open psychon opened this issue 9 years ago • 0 comments
trafficstars

https://github.com/stevedonovan/LDoc/commit/607b5cf4c64309c4c0cbeae000a19da0586ee209 (globals _G and _VERSION are _tables_) and Lua disagree with each other:

$ lua -e 'print(type(_VERSION))'
string

I don't think _VERSION is a table.

psychon avatar Sep 20 '16 10:09 psychon