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))