aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-12 23:05:34 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-12 23:05:34 +0800
commiteeddc718ac9008951b109daf54811ab778a449c2 (patch)
tree35ec4217f9714a5d5b6d49bc7f7848e5000869bd
parent62ac0453c49de5e4a7ac5673bd772c6484d6acf7 (diff)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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