aboutsummaryrefslogtreecommitdiff
path: root/design.rst
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-18 12:37:35 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-18 12:37:35 +0800
commit204f338bbd0e287184e4cfd6ea33459dbaf4350f (patch)
treec783e2cf19e6d34a7634167eea1094d07eef1f2a /design.rst
parent4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 (diff)
typo in design manual
Diffstat (limited to 'design.rst')
-rw-r--r--design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design.rst b/design.rst
index 59d8c1c..3e4ca26 100644
--- a/design.rst
+++ b/design.rst
@@ -219,7 +219,7 @@ Features
- GC Built-ins ( ``gc-status`` 和 ``set-gc-resolve-threshold!`` )
- Accurate GC (Tested, using ``(set-gc-resolve-threshold! 0)`` at the end of the script)
- Vector support
-- Nearly full literal/quote support ( ``#(1 2 3 (4 5 (6 7)) 8 9)'', `` '(a, b, c)``, etc.)
+- Nearly full literal/quote support ( ``#(1 2 3 (4 5 (6 7)) 8 9)`` , ``'(a, b, c)``, etc.)
- Extensive interface (can easily write more built-ins)
- And more...