]> gitweb.factorcode.org Git - factor.git/commitdiff
splitting.monotonic-docs: fix a copy-paste error
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 28 Nov 2020 15:10:47 +0000 (16:10 +0100)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Feb 2021 00:22:31 +0000 (18:22 -0600)
basis/splitting/monotonic/monotonic-docs.factor

index 60a32b785d643aa2fa5565871901c1976e366186..5837c4cc31da4d4cbe4f5723bed372ed63175f00 100644 (file)
@@ -53,7 +53,7 @@ HELP: stable-slices
     { "seq" sequence }
     { "slices" "a sequence of stable-slices" }
 }
-{ $description "Returns an array of monotonically decreasing slices of type " { $link downward-slice } ". Slices of one element are discarded." } ;
+{ $description "Returns an array of monotonically stable slices of type " { $link stable-slice } ". Slices of one element are discarded." } ;
 
 HELP: upward-slices
 { $values