]> gitweb.factorcode.org Git - factor.git/commitdiff
fix typo
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 6 Dec 2009 23:22:02 +0000 (17:22 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 6 Dec 2009 23:22:02 +0000 (17:22 -0600)
basis/circular/circular-docs.factor

index b75f3ee2a15dc33a3eb56da6f33cf643dd344c5a..2b4c083399757f4edbf49aba5fc64e2d35e444cd 100644 (file)
@@ -53,7 +53,7 @@ HELP: circular-while
     { "sequence" sequence }
     { "quot" quotation }
 }
-{ $description "Calls " { $snippet "quot" } " on each element of the sequence until each call yields yields " { $link f } " in succession." } ;
+{ $description "Calls " { $snippet "quot" } " on each element of the sequence until each call yields " { $link f } " in succession." } ;
 
 ARTICLE: "circular" "Circular sequences"
 "The " { $vocab-link "circular" } " vocabulary implements the " { $link "sequence-protocol" } " to allow an arbitrary start index and wrap-around indexing." $nl