]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/templates/chloe/chloe-docs.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / html / templates / chloe / chloe-docs.factor
index 94b0a9c7d15da7d983c498900bda479fdc39cb3b..02c9767b9d5c1d249abf0379f4cc70bece8de070 100644 (file)
@@ -230,7 +230,7 @@ ARTICLE: "html.templates.chloe.extend.tags.example" "Examples of custom Chloe ta
 $nl
 "Here is the " { $link POSTPONE: USING: } " form that we need for the below code to work:"
 { $code
-    "USING: combinators kernel math.parser math.ranges random"
+    "USING: combinators kernel math.parser ranges random"
     "html.templates.chloe.compiler html.templates.chloe.syntax ;"
 }
 "We write a word which extracts the relevant attributes from an XML tag:"