소스 검색

readme: Address integer quirks properly

Ole 10 년 전
부모
커밋
c2255bcd6b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -14,8 +14,7 @@ You need will need a C++14-compliant compiler and a compatible Lua version.
  FreeBSD <sup>2)</sup> (g++ 5.1)         | works                 | works                 | works
  Everything else                         | untested              | untested              | untested
 
-<sup>**1)**</sup> Inherits the integer quirks that come with Lua 5.1, that why the `types_numeric`
-test case fails.
+<sup>**1)**</sup> Has some integer quirks, that why the `types_numeric` test case fails.
 <sup>**2)**</sup> You need GNU make (devel/gmake) to use the attached Makefile.
 
 ## Usage