From 8fdaaf7c7b3eee654fa1ef7718ec4e3ee1f83df5 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 27 Feb 2014 14:47:50 -0800 Subject: [PATCH] nit --- top.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top.rkt b/top.rkt index 58359be..c5dfe84 100644 --- a/top.rkt +++ b/top.rkt @@ -3,7 +3,7 @@ ;; Changes the default behavior of #%top. ;; Unbound identifiers are allowed, and treated as the ;; tag in a txexpr (with the rest of the expression treated as the body) -;; To suppress this behavior, use bound/c to wrap any name. +;; To suppress this behavior, use def/c to wrap any name. ;; If that name isn't already defined, you'll get the usual syntax error. (require (for-syntax racket/base))