From: John Benediktsson Date: Mon, 12 Feb 2024 22:23:11 +0000 (-0800) Subject: sequence.extras: fix docs spacing for arg-where X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=03f1b85d7fb69be00b561ba4af16c39003fc3773 sequence.extras: fix docs spacing for arg-where --- diff --git a/extra/sequences/extras/extras-docs.factor b/extra/sequences/extras/extras-docs.factor index d7e8ac8304..c2a68cf9fc 100644 --- a/extra/sequences/extras/extras-docs.factor +++ b/extra/sequences/extras/extras-docs.factor @@ -636,7 +636,7 @@ HELP: arg-where { "seq" sequence } { "quot" quotation } { "indices" object } } -{ $description "Push a sequence of all indices in " { $snippet "seq" } " where " { $snippet "quot" } "applied to the element at each index is true." } ; +{ $description "Push a sequence of all indices in " { $snippet "seq" } " where " { $snippet "quot" } " applied to the element at each index is true." } ; HELP: assoc-zip-with { $values