소스 검색

Put test case reference in code block

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

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ You need will need a C++14 compliant compiler and Lua 5.2 (or higher) installed.
  Linux (g++ 5.1)     | untested | works                     | works
  Everything else     | untested | untested                  | untested
 
-<sup>**1)**</sup> Inherits the integer quirks that come with Lua 5.2, that why the 'types_numeric'
+<sup>**1)**</sup> Inherits the integer quirks that come with Lua 5.2, that why the `types_numeric`
 test case fails.
 
 ## Usage