diff --git a/collects/typed-scheme/scribblings/ts-guide.scrbl b/collects/typed-scheme/scribblings/ts-guide.scrbl index 948f7dbeba..8e75fe71b2 100644 --- a/collects/typed-scheme/scribblings/ts-guide.scrbl +++ b/collects/typed-scheme/scribblings/ts-guide.scrbl @@ -4,7 +4,8 @@ @title[#:tag "top"]{@bold{Typed Racket}: Racket with Static Types} -@author["Sam Tobin-Hochstadt"] +@author[@author+email["Sam Tobin-Hochstadt" "samth@racket-lang.org"] + @author+email["Vincent St-Amour" "stamourv@racket-lang.org"]] @section-index["typechecking" "typechecker" "typecheck"] diff --git a/collects/typed-scheme/scribblings/ts-reference.scrbl b/collects/typed-scheme/scribblings/ts-reference.scrbl index ee204c0322..939fff260c 100644 --- a/collects/typed-scheme/scribblings/ts-reference.scrbl +++ b/collects/typed-scheme/scribblings/ts-reference.scrbl @@ -17,7 +17,8 @@ @title[#:tag "top"]{The Typed Racket Reference} -@author["Sam Tobin-Hochstadt"] +@author[@author+email["Sam Tobin-Hochstadt" "samth@racket-lang.org"] + @author+email["Vincent St-Amour" "stamourv@racket-lang.org"]] @(defmodulelang* (typed/racket/base typed/racket) #:use-sources