aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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