diff --git a/collects/typed-scheme/typed-scheme.scrbl b/collects/typed-scheme/typed-scheme.scrbl index 74ef6ccaf3..bf85f9ee19 100644 --- a/collects/typed-scheme/typed-scheme.scrbl +++ b/collects/typed-scheme/typed-scheme.scrbl @@ -290,7 +290,7 @@ The new type constructor @scheme[All] takes a list of type variables and a body type. The type variables are allowed to appear free in the body of the @scheme[All] form. -@section{Variable-Arity Functions} +@section{Variable-Arity Functions: Programming with Rest Arguments} Typed Scheme can handle some uses of rest arguments.