]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/extras/extras-docs.factor
sequence.extras: fix docs spacing for arg-where
[factor.git] / 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