openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.2k stars 193 forks source link

doc: fix spelling mistake in README #127

Closed xiongjiabin closed 3 years ago

xiongjiabin commented 3 years ago
print(isarray{"dog" = 3})  -- false

should be

print(isarray{dog = 3})  -- false