From eb0e188b630b5b5cf26b678c959ac0fc03898e1c Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 28 Feb 2012 13:43:41 -0700 Subject: [PATCH] Clarify error message --- collects/xml/private/xexpr.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/xml/private/xexpr.rkt b/collects/xml/private/xexpr.rkt index ae0d35bb09..5e96cee87a 100644 --- a/collects/xml/private/xexpr.rkt +++ b/collects/xml/private/xexpr.rkt @@ -96,7 +96,7 @@ (else (false (make-exn:invalid-xexpr (format (string-append - "Expected a string, symbol, number, comment, " + "Expected a string, symbol, valid numeric entity, comment, " "processing instruction, or list, given ~s") x) (current-continuation-marks)