]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/ranges/ranges-docs.factor
Resolved merge.
[factor.git] / basis / math / ranges / ranges-docs.factor
index e35adb10e55e7b0d16b7b2ff3165f7eb64f5b002..59053a4c02dbea3edc1fa3d7ca63fa2c60f753f5 100644 (file)
@@ -1,5 +1,4 @@
 USING: help.syntax help.markup arrays sequences ;
-
 IN: math.ranges
 
 ARTICLE: "math.ranges" "Numeric ranges"
@@ -24,4 +23,4 @@ $nl
 { $code "100 1 [a,b] product" }
 "A range can be converted into a concrete sequence using a word such as " { $link >array } ". In most cases this is unnecessary since ranges implement the sequence protocol already. It is necessary if a mutable sequence is needed, for use with words such as " { $link set-nth } " or " { $link change-each } "." ;
   
-ABOUT: "math.ranges"
\ No newline at end of file
+ABOUT: "math.ranges"