]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge pull request #2731 from gifti258/patch-1
authorRaghu R <raghuallthetime@hotmail.com>
Fri, 23 Dec 2022 08:58:06 +0000 (14:28 +0530)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 08:58:06 +0000 (14:28 +0530)
sequences.extras: Fix typo

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