Explorar el Código

Fixed docstring for decision maker

Samuel W. Flint hace 8 años
padre
commit
a7138425b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      make-decision.lisp

+ 1 - 1
make-decision.lisp

@@ -45,4 +45,4 @@
        (flip-coin *standard-output* times))
       (t
        (format *standard-output*
-               "make-decision [ die [ times [ type ] ] | coin [ times ] ]~&")))))
+               "decide [ die [ times [ type ] ] | coin [ times ] ]~&")))))