From e62474e3c2e829b989fd7b57ef00357a2b87351c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 6 Dec 2009 17:22:02 -0600 Subject: [PATCH] fix typo --- basis/circular/circular-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/circular/circular-docs.factor b/basis/circular/circular-docs.factor index b75f3ee2a1..2b4c083399 100644 --- a/basis/circular/circular-docs.factor +++ b/basis/circular/circular-docs.factor @@ -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