Explorar o código

Merge pull request #6 from ralph-moeritz/master

Fix typo.
Brit Butler %!s(int64=12) %!d(string=hai) anos
pai
achega
d8e79c7a0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/coleslaw.lisp

+ 1 - 1
src/coleslaw.lisp

@@ -7,7 +7,7 @@
7 7
   (:documentation "Compile TEXT from the given FORMAT to HTML for display.")
8 8
   (:method (text (format (eql :html)))
9 9
     text)
10
-  (:method (test (format (eql :md)))
10
+  (:method (text (format (eql :md)))
11 11
     (let ((3bmd-code-blocks:*code-blocks* t))
12 12
       (with-output-to-string (str)
13 13
         (3bmd:parse-string-and-print-to-stream text str)))))