瀏覽代碼

Update README.md

Stanley Bileschi 12 年之前
父節點
當前提交
5e61937b67
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -55,4 +55,5 @@ The Common Lisp koans are based on the python koans and ruby koans projects.
55 55
 Additionally, many of the tests are based on new material that is special
56 56
 to Common Lisp.
57 57
 
58
-Note that the unit on threads uses an SBCL specific threading API.
58
+Note that the unit on threads uses an SBCL specific threading API.  A reader
59
+macro will remove this unit on Lisp implementations other than SBCL.