continuations: fix typo in docs

Keita Haga 2011-02-07 23:42:44 +09:00
parent 9c632a47ed
commit e1845bf3d5
1 changed files with 1 additions and 1 deletions

View 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