Browse Source

Fixed docstring for decision maker

Samuel W. Flint 7 years ago
parent
commit
a7138425b9
1 changed files with 1 additions and 1 deletions
  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 ] ]~&")))))