Explorar el Código

readme: Change 'integer' to 'lua_Integer'

Ole hace 10 años
padre
commit
0012dc3f6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,4 +23,4 @@ So far all tests have been run on recent versions of Arch Linux and FreeBSD, wit
  clang++ 3.6 | partial<sup>*</sup> | partial<sup>*</sup> | passes
  g++ 5.1     | partial<sup>*</sup> | partial<sup>*</sup> | passes
 
-<sup>*</sup> Assertions relying on integers will fail, due to integer quirks in Lua.
+<sup>*</sup> Assertions relying on `lua_Integer` will fail, due to integer quirks in Lua.