From 680bbc0c01ea7eefed29496b4352ff5465613049 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 23 Jan 2017 23:02:05 -0500 Subject: [PATCH] Fix typo in docs: `rad` to `read` --- parser-tools-doc/parser-tools/parser-tools.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser-tools-doc/parser-tools/parser-tools.scrbl b/parser-tools-doc/parser-tools/parser-tools.scrbl index ba4dae2..49f620a 100644 --- a/parser-tools-doc/parser-tools/parser-tools.scrbl +++ b/parser-tools-doc/parser-tools/parser-tools.scrbl @@ -279,7 +279,7 @@ error.} @defparam[file-path source any/c]{ A parameter that the lexer uses as the source location if it - raises a @racket[exn:fail:rad] error. Setting this parameter allows + raises a @racket[exn:fail:read] error. Setting this parameter allows DrRacket, for example, to open the file containing the error.}