From dd38ff4d8c47b4647c216e24bc76cd99ab60b78b Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Thu, 1 Nov 2012 15:14:23 -0600 Subject: [PATCH] adding close-eval at the end of scribble files that have a toplevel evaluator original commit: dcf4d8b040f1acdc535d1542e0d7b1bb1112d987 --- collects/typed-racket/scribblings/guide/begin.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/typed-racket/scribblings/guide/begin.scrbl b/collects/typed-racket/scribblings/guide/begin.scrbl index be91b94a..3cfd2ebe 100644 --- a/collects/typed-racket/scribblings/guide/begin.scrbl +++ b/collects/typed-racket/scribblings/guide/begin.scrbl @@ -131,3 +131,7 @@ Typed Racket also attempts to detect more than one error in the module. (string-append "a string" (add1 "not a number")) ] } + + + +@close-eval[the-eval] \ No newline at end of file