Minor documentation fixes

db4
Slava Pestov 2009-01-21 00:45:23 -06:00
parent 6675a7f30b
commit 1c6df27d3c
2 changed files with 2 additions and 2 deletions

View 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"

View 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