remove whitespace

db4
Doug Coleman 2009-05-25 21:25:56 -05:00
parent 0cb7b408b4
commit 16b288aac8
1 changed files with 1 additions and 2 deletions

View 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"
ABOUT: "math.ranges"