소스 검색

readme: Change 'integer' to 'lua_Integer'

Ole 10 년 전
부모
커밋
0012dc3f6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.