Sfoglia il codice sorgente

readme: Change 'integer' to 'lua_Integer'

Ole 10 anni fa
parent
commit
0012dc3f6d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.