]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/partial-continuations/partial-continuations-docs.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / extra / partial-continuations / partial-continuations-docs.factor
index 06b994ae75f97bdd036e2703cb1aef5596734e32..2eea262a56e1e5339611bf6d4cc18cded1879e0d 100644 (file)
@@ -3,7 +3,7 @@ USING: help.markup help.syntax kernel ;
 
 HELP: breset
 { $values { "quot" { $quotation ( r -- v ) } } }
-{ $description "Marks the boundary of the partial continuation. The quotation has stack effect " { $snippet "( r -- v )" } ", where " { $snippet "r" } " identifies the " { $link breset } " in scope and should be passed to  "{ $link bshift } " to mark the boundary of the continuation." }
+{ $description "Marks the boundary of the partial continuation. The quotation has stack effect " { $snippet "( r -- v )" } ", where " { $snippet "r" } " identifies the " { $link breset } " in scope and should be passed to { $link bshift } " to mark the boundary of the continuation." }
 { $notes "It is important to note that even if the quotation discards items on the stack, the stack will be restored to the way it was before it is called (which is true of continuation usage in general)." } ;
 
 HELP: bshift