]> gitweb.factorcode.org Git - factor.git/commitdiff
continuations: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Mon, 7 Feb 2011 14:42:44 +0000 (23:42 +0900)
committerKeita Haga <keitahaga@mail.com>
Mon, 7 Feb 2011 14:42:44 +0000 (23:42 +0900)
core/continuations/continuations-docs.factor

index 300c9c63bc84da51c0f0f7ce2891b05b7c187857..b553c0c3848dacc3c284ca6da187e68ae29446a9 100644 (file)
@@ -265,7 +265,7 @@ HELP: return
 HELP: with-return
 { $values
      { "quot" quotation } }
-{ $description "Captures a continuation that can be reified by calling the " { $link return } " word. If so, it will resume execution immediatly after the " { $link with-return } " word. If " { $link return } " is not called, then execution proceeds as if this word were simply " { $link call } "." }
+{ $description "Captures a continuation that can be reified by calling the " { $link return } " word. If so, it will resume execution immediately after the " { $link with-return } " word. If " { $link return } " is not called, then execution proceeds as if this word were simply " { $link call } "." }
 { $examples
     "Only \"Hi\" will print:"
     { $example