aboutsummaryrefslogtreecommitdiff
path: root/design.html
diff options
context:
space:
mode:
authorTeddy <[email protected]>2013-08-18 12:37:35 +0800
committerTeddy <[email protected]>2013-08-18 12:37:35 +0800
commit204f338bbd0e287184e4cfd6ea33459dbaf4350f (patch)
treec783e2cf19e6d34a7634167eea1094d07eef1f2a /design.html
parent4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 (diff)
typo in design manual
Diffstat (limited to 'design.html')
-rw-r--r--design.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design.html b/design.html
index f484d3a..ad5d11f 100644
--- a/design.html
+++ b/design.html
@@ -514,7 +514,7 @@ output: (1 #inf#)
<li>GC Built-ins ( <tt class="docutils literal"><span class="pre">gc-status</span></tt> 和 <tt class="docutils literal"><span class="pre">set-gc-resolve-threshold!</span></tt> )</li>
<li>Accurate GC (Tested, using <tt class="docutils literal"><span class="pre">(set-gc-resolve-threshold!</span> 0)</tt> at the end of the script)</li>
<li>Vector support</li>
-<li>Nearly full literal/quote support ( <tt class="docutils literal">#(1 2 3 (4 5 (6 7)) 8 <span class="pre">9)'',</span> `` '(a, b, c)</tt>, etc.)</li>
+<li>Nearly full literal/quote support ( <tt class="docutils literal">#(1 2 3 (4 5 (6 7)) 8 9)</tt> , <tt class="docutils literal">'(a, b, c)</tt>, etc.)</li>
<li>Extensive interface (can easily write more built-ins)</li>
<li>And more...</li>
</ul>