From 36d240345c155143c7452baa61bfacd9bcf3d133 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Wed, 30 Apr 2008 19:28:20 +0000 Subject: [PATCH] exn:fail from exn svn: r9547 --- collects/xml/xml.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/xml/xml.scrbl b/collects/xml/xml.scrbl index 951e6326d7..4fe86745e9 100644 --- a/collects/xml/xml.scrbl +++ b/collects/xml/xml.scrbl @@ -154,7 +154,7 @@ symbols.} Represents a location in an input stream.} -@defstruct[(exn:invalid-xexpr exn) ([code any/c])]{ +@defstruct[(exn:invalid-xexpr exn:fail) ([code any/c])]{ Raised by @scheme[validate-xexpr] when passed an invalid @tech{X-expression}. The @scheme[code] fields contains an invalid part @@ -429,4 +429,4 @@ looks like the following, if re-formatted by: -}| \ No newline at end of file +}|