From: Alexander Ilin Date: Fri, 23 Feb 2024 22:12:23 +0000 (+0100) Subject: splitting.monotonic-docs: fix a copy-paste error X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0de57b862fc174b08c1bd967dfe1c3575ba67183 splitting.monotonic-docs: fix a copy-paste error --- diff --git a/basis/splitting/monotonic/monotonic-docs.factor b/basis/splitting/monotonic/monotonic-docs.factor index 3abc3eb2c7..c3fc0c7f9a 100644 --- a/basis/splitting/monotonic/monotonic-docs.factor +++ b/basis/splitting/monotonic/monotonic-docs.factor @@ -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