]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences.extras: Fix typo 2731/head
authorGiftpflanze <80504430+gifti258@users.noreply.github.com>
Fri, 23 Dec 2022 08:25:31 +0000 (09:25 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 08:25:31 +0000 (09:25 +0100)
extra/sequences/extras/extras-docs.factor

index 10b393a1b26d91f32c236b7f28d8c9660b007b1b..7835086b0a786b2db886c13e23b1dcc317850394 100644 (file)
@@ -1213,7 +1213,7 @@ HELP: rotate!
 { $values
     { "seq" sequence } { "n" integer }
 }
-{ $description "A version of " { $link rotate! } " that modifies " { $snippet "seq" } " in place." } ;
+{ $description "A version of " { $link rotate } " that modifies " { $snippet "seq" } " in place." } ;
 
 HELP: round-robin
 { $values