From 0de57b862fc174b08c1bd967dfe1c3575ba67183 Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Fri, 23 Feb 2024 23:12:23 +0100 Subject: [PATCH] splitting.monotonic-docs: fix a copy-paste error --- basis/splitting/monotonic/monotonic-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1