From 4107ee7ea0dd2abc5c7f9d946602b516e01fbbb3 Mon Sep 17 00:00:00 2001 From: Ingo Blechschmidt Date: Wed, 8 Mar 2017 04:20:56 +0100 Subject: [PATCH] fix tiny typo (#1630) --- pkgs/racket-doc/scribblings/reference/eval-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl index 74fcc79c00..76d116b51d 100644 --- a/pkgs/racket-doc/scribblings/reference/eval-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/eval-model.scrbl @@ -943,7 +943,7 @@ value for the current thread. In a non-empty continuation, a parameter's value is determined through a @deftech{parameterization} that is associated with the nearest -enclosing continuation frame though a continuation mark (whose key is +enclosing continuation frame through a continuation mark (whose key is not directly accessible). A parameterization maps each parameter to a preserved thread cell, and the combination of thread cell and current thread yields the parameter's value. A parameter procedure sets or