]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-docs.factor
fix a bunch of typos in docs
[factor.git] / core / continuations / continuations-docs.factor
index 5fb5a38af2e6de6e75a5886863de22a8ffd93cc3..84da26a0821a46e6c36b67769a51b53da492ce00 100644 (file)
@@ -122,7 +122,7 @@ HELP: continuation
 { $description "Reifies the current continuation from the point immediately after which the caller returns." } ;
 
 HELP: >continuation<
-{ $values { "continuation" continuation } { "data" vector } { "retain" vector } { "call" vector } { "name" vector } { "catch" vector } }
+{ $values { "continuation" continuation } { "data" vector } { "call" vector } { "retain" vector } { "name" vector } { "catch" vector } }
 { $description "Takes a continuation apart into its constituents." } ;
 
 HELP: ifcc
@@ -271,4 +271,4 @@ HELP: with-return
 HELP: restart
 { $values { "restart" restart } }
 { $description "Invokes a restart." }
-{ $class-description "The class of restarts." } ;
\ No newline at end of file
+{ $class-description "The class of restarts." } ;