From eeddc718ac9008951b109daf54811ab778a449c2 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 12 Apr 2014 23:05:34 +0800 Subject: ... --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b5678f7..ba3446f 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Features --------- - Complex declaration support (``int (*a)[10]``, ``int (*f)()``, ``int (*g(int ***e[10]))()``, etc.) - Complex cast support (``(int (*)())addr``, ``(int (*)[10])addr``, etc.) -- `typedef` support (together with complex decl) +- ``typedef`` support (together with complex decl) - Forward declaration - Sophisticated error reporting - User-friendly AST printing -- cgit v1.2.3