From 5a01b9740078b6784b75e243074376770f80774a Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Wed, 9 Dec 2015 11:58:18 -0500 Subject: [PATCH] Remove typo in docs for expand-syntax-top-level-with-compile-time-evals Duplicate 'of' words. --- pkgs/racket-doc/syntax/scribblings/toplevel.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/syntax/scribblings/toplevel.scrbl b/pkgs/racket-doc/syntax/scribblings/toplevel.scrbl index 30f79feb9d..3874194286 100644 --- a/pkgs/racket-doc/syntax/scribblings/toplevel.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/toplevel.scrbl @@ -12,7 +12,7 @@ Expands @racket[stx] as a top-level expression, and evaluates its compile-time portion for the benefit of later expansions. The expander recognizes top-level @racket[begin] expressions, and -interleaves the evaluation and expansion of of the @racket[begin] +interleaves the evaluation and expansion of the @racket[begin] body, so that compile-time expressions within the @racket[begin] body affect later expansions within the body. (In other words, it ensures that expanding a @racket[begin] is the same as expanding separate