]> jfr.im git - irc/thales.git/commitdiff
Fix typo in example
authorDmitry Bogatov <redacted>
Fri, 15 Aug 2014 17:35:35 +0000 (21:35 +0400)
committerDmitry Bogatov <redacted>
Fri, 15 Aug 2014 17:35:35 +0000 (21:35 +0400)
doc/examples/overview.scm

index 051d4c232037e39b83610f42572d93960d08d437..2ba3c88fbc54ecf6a52f6f2a4dccd776353c396f 100644 (file)
@@ -13,7 +13,7 @@
                                ;; & is bound to function beeing testing.
 
        ((mystic 3 4) => 7)     ;; Or it can be written in full
-       (1 2 ** 4))             ;; This will fail and abort compilation
+       (1 2 *** 4))            ;; This will fail and abort compilation
 
 (define (mystic x y)
     "Some mystic function of two arguments."