From 204f338bbd0e287184e4cfd6ea33459dbaf4350f Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 18 Aug 2013 12:37:35 +0800 Subject: typo in design manual --- design.html | 2 +- design.rst | 2 +- 2 files changed, 2 insertions(+), 2 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#)
  • GC Built-ins ( gc-statusset-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...
  • 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... -- cgit v1.2.3