From 67904bdb1c0950f621b2ba983f2ebed1d960e30d Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 3 Feb 2008 02:04:33 +0000 Subject: [PATCH] fixed typo svn: r8512 --- collects/scribblings/reference/model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/model.scrbl b/collects/scribblings/reference/model.scrbl index 5ad3acf892..474aca4d9d 100644 --- a/collects/scribblings/reference/model.scrbl +++ b/collects/scribblings/reference/model.scrbl @@ -589,7 +589,7 @@ Every continuation @scheme[_C] can be partitioned into @deftech{continuation frames} @frame[1], @frame[2], ..., @frame["n"] such that @scheme[_C] = @*sub[@frame[1] @*sub[@frame[2] @*sub["..." @frame["n"]]]], and no frame @frame["i"] can be itself partitioned -into smaller continuations. Evaluation steps add an remove frames to +into smaller continuations. Evaluation steps add and remove frames to the current continuation, typically one at a time. Each frame is conceptually annotated with a set of