From b835e8a75b0938de7815ecdba69f93c118090635 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 13 Jun 2011 17:46:03 -0400 Subject: [PATCH] Add myself to the TR doc author list. --- collects/typed-scheme/scribblings/ts-guide.scrbl | 3 ++- collects/typed-scheme/scribblings/ts-reference.scrbl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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