]> gitweb.factorcode.org Git - factor.git/commitdiff
sequence.extras: fix docs spacing for arg-where
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 22:23:11 +0000 (14:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 22:23:11 +0000 (14:23 -0800)
extra/sequences/extras/extras-docs.factor

index d7e8ac83048e36b68f451cf265bc48741999532f..c2a68cf9fccffa1906887972f377bdc85f89a6a3 100644 (file)
@@ -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