From 65499a3107e010c057913750debc55c83a9880b5 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Wed, 29 Jun 2011 03:14:04 -0600 Subject: [PATCH] docs reorganization added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names original commit: 1b702a2ae32aba835f7467ced6b203902db0ccd9 --- collects/typed-scheme/scribblings/ts-guide.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/scribblings/ts-guide.scrbl b/collects/typed-scheme/scribblings/ts-guide.scrbl index 40f73f2d..36431128 100644 --- a/collects/typed-scheme/scribblings/ts-guide.scrbl +++ b/collects/typed-scheme/scribblings/ts-guide.scrbl @@ -2,7 +2,7 @@ @begin[(require "utils.rkt" (for-label (only-meta-in 0 typed/racket)))] -@title[#:tag "top"]{@bold{Typed Racket}: Racket with Static Types} +@title[#:tag "top"]{The Typed Racket Guide} @author[@author+email["Sam Tobin-Hochstadt" "samth@racket-lang.org"] @author+email["Vincent St-Amour" "stamourv@racket-lang.org"]]