]> gitweb.factorcode.org Git - factor.git/commitdiff
README.md: fix <iota> in example.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 18 Jan 2018 23:03:36 +0000 (15:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 18 Jan 2018 23:33:08 +0000 (15:33 -0800)
README.md

index fa9bf10bc847efa0e3b1e0ddb887432579444506..9ea80519ae98625d4aa3c2b3af7807f5731ad811 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Some other simple things you can try in the listener:
 
 1000 [1,b] sum .
 
-4 iota  [
+4 <iota>  [
     "Happy Birthday " write
     2 = "dear NAME" "to You" ? print
 ] each