]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/chloe-docs.factor
factor: use new math.ranges syntax in tests and docs
[factor.git] / basis / html / templates / chloe / chloe-docs.factor
index c38cf0ac4c9c435c004c2fc87b004b9258129dd9..94b0a9c7d15da7d983c498900bda479fdc39cb3b 100644 (file)
@@ -256,7 +256,7 @@ $nl
     "    random-attrs string>random-generator"
     "    '["
     "        _ _ _"
-    "        [ [a,b] random present write ]"
+    "        [ [a..b] random present write ]"
     "        with-random-generator"
     "    ] [code] ;"
 }