]> gitweb.factorcode.org Git - factor.git/commitdiff
Minor documentation fixes
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 21 Jan 2009 06:45:23 +0000 (00:45 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 21 Jan 2009 06:45:23 +0000 (00:45 -0600)
basis/refs/refs-docs.factor
core/sequences/sequences-docs.factor

index 0034b7e566df7be2462f36053b2eb0464dd1c540..b6f222cce98c6062f8f1da3d2c2b5f43fd729f4e 100644 (file)
@@ -14,7 +14,7 @@ ARTICLE: "refs" "References to assoc entries"
 "References to values:"
 { $subsection value-ref }
 { $subsection <value-ref> }
-"References are used by the inspector." ;
+"References are used by the UI inspector." ;
 
 ABOUT: "refs"
 
index 1aeed75470d0d28c8b8dfdd8f406fc70e3ff4e09..ea7cf829c461ce7f278c87ead2d2669a9b01fd15 100644 (file)
@@ -1096,7 +1096,7 @@ HELP: set-fourth
 
 HELP: replicate
 { $values
-     { "seq" sequence } { "quot" quotation }
+     { "seq" sequence } { "quot" { $quotation "( -- elt )" } }
      { "newseq" sequence } }
 { $description "Calls the quotation for every element of the sequence in order. However, the element is not passed to the quotation -- it is dropped, and the quotation produces an element of its own that is collected into a sequence of the same class as the input sequence." }
 { $examples