diff --git a/racket/collects/racket/private/generic.rkt b/racket/collects/racket/private/generic.rkt index 340c4a6bd2..d3fb990084 100644 --- a/racket/collects/racket/private/generic.rkt +++ b/racket/collects/racket/private/generic.rkt @@ -231,8 +231,8 @@ id)) (unless (pair? matches) (wrong-syntax sig-stx - "did not find ~a among ~a to ~s" - "the generic name" + "did not find ~a \"~a\" among ~a to ~s" + "the generic name" (syntax-e self-id) "the required, by-position arguments" (syntax-e name-stx))) (when (pair? (cdr matches))