Typo in the `errortrace' language description.

This commit is contained in:
Eli Barzilay 2011-07-18 12:30:11 -04:00
parent 45394bb7b6
commit 50b74c453f

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