]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences.extras: Fix map-product documentation
authorGiftpflanze <80504430+gifti258@users.noreply.github.com>
Sun, 12 Mar 2023 19:10:08 +0000 (20:10 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2023 19:10:08 +0000 (20:10 +0100)
extra/sequences/extras/extras-docs.factor

index df64ad41d411c266dd8f408787c9c34c87086804..16a85a6e290675b380a045bc209ef94393ec688b 100644 (file)
@@ -1008,7 +1008,7 @@ HELP: map-product
     { "seq" sequence } { "quot" quotation }
     { "n" integer }
 }
-{ $description "Like " { $link map-product } ", but without creating an intermediate sequence." } ;
+{ $description "Like " { $code "map product" } ", but without creating an intermediate sequence." } ;
 
 HELP: map-sift
 { $values