From 9498f52c71d6a77d3a1f9365a48f500e51f1c432 Mon Sep 17 00:00:00 2001 From: Kieron Hardy Date: Fri, 23 Mar 2018 13:47:58 -0600 Subject: [PATCH] Update misc.rkt --- racket/collects/racket/private/misc.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/collects/racket/private/misc.rkt b/racket/collects/racket/private/misc.rkt index 130164ffb3..07f702fe36 100644 --- a/racket/collects/racket/private/misc.rkt +++ b/racket/collects/racket/private/misc.rkt @@ -101,7 +101,7 @@ (datum->syntax #f w v)) w)))))) (lambda results (for-each (current-print) results))) - ;; Abort to loop. (Calling 'repl-loop' directly would not be a tail call.) + ;; Abort to loop. (Calling `repl-loop` directly would not be a tail call.) (abort-current-continuation (default-continuation-prompt-tag))))) (default-continuation-prompt-tag) (lambda args (repl-loop)))))