fix documentation's contract for syntax-track-origin

This commit is contained in:
Matthew Flatt 2015-09-07 07:48:43 -06:00
parent 4cb74da76c
commit c1ef6b999d

View File

@ -124,7 +124,7 @@ in @racket[stx]. @tech{Uninterned} symbols (see @secref["symbols"])
are not included in the result list.}
@defproc[(syntax-track-origin [new-stx syntax?] [orig-stx syntax?] [id-stx syntax?])
@defproc[(syntax-track-origin [new-stx syntax?] [orig-stx syntax?] [id-stx identifier?])
any]{
Adds properties to @racket[new-stx] in the same way that macro