瀏覽代碼

string spelling fix.

Stanley Bileschi 12 年之前
父節點
當前提交
0768d28474
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      koans/strings.lsp

+ 1 - 1
koans/strings.lsp

@@ -58,7 +58,7 @@
58 58
     "concatenating strings in lisp is a little cumbersome"
59 59
   (let ((a "this")
60 60
         (b "is")
61
-        (c "unwieldly"))
61
+        (c "unwieldy"))
62 62
     (assert-equal ___ (concatenate 'string a " " b " " c))))
63 63
 
64 64