]> gitweb.factorcode.org Git - factor.git/commitdiff
splitting.monotonic-docs: fix a copy-paste error
authorAlexander Ilin <alex.ilin@protonmail.com>
Fri, 23 Feb 2024 22:12:23 +0000 (23:12 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Feb 2024 00:33:45 +0000 (16:33 -0800)
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