Typo in the `errortrace' language description.

(cherry picked from commit 50b74c453f)
This commit is contained in:
Eli Barzilay 2011-07-18 12:30:11 -04:00
parent c1a82bf23e
commit e0a96d3e7e

View File

@ -100,7 +100,7 @@ top-level. The functions also can be accessed by importing
handlers.
As a language name, @racketmodname[errortrace] chains to another
language that is specified immediately after @racketmodname[at-exp],
language that is specified immediately after @racketmodname[errortrace],
but instruments the module for debugging in the same way as if
@racketmodname[errortrace] is required before loading the module from
source. Using the @racketmodname[errortrace] meta-language is one way