From a7665bc7fee48afa109bdfa15b86213353b2c799 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 7 Feb 2011 23:42:44 +0900 Subject: [PATCH] continuations: fix typo in docs --- core/continuations/continuations-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/continuations/continuations-docs.factor b/core/continuations/continuations-docs.factor index 300c9c63bc..b553c0c384 100644 --- a/core/continuations/continuations-docs.factor +++ b/core/continuations/continuations-docs.factor @@ -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 -- 2.34.1