]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/splitting/monotonic/monotonic-docs.factor
splitting.monotonic-docs: fix a copy-paste error
[factor.git] / basis / splitting / monotonic / monotonic-docs.factor
index 3abc3eb2c795d96df86964cf18e032110ef59f47..c3fc0c7f9a8a5252636b6b43a1fba6098f29b76f 100644 (file)
@@ -60,7 +60,7 @@ HELP: upward-slices
     { "seq" sequence }
     { "slices" "a sequence of upward-slices" }
 }
-{ $description "Returns an array of monotonically increasing slices of type " { $link downward-slice } ". Slices of one element are discarded." } ;
+{ $description "Returns an array of monotonically increasing slices of type " { $link upward-slice } ". Slices of one element are discarded." } ;
 
 HELP: trends
 { $values