Fix contract in docs.

Closes #1960.
This commit is contained in:
Vincent St-Amour 2018-02-22 12:04:41 -06:00
parent 38d717e98e
commit 606ec2955c

View File

@ -259,7 +259,7 @@ returns a @racket[list-contract?].
(first-or/c (-> number? number?)
(-> string? string? string?))]
accepts the function @racket[(λ args 0)],
applying the @racket[(->number? number?)] contract to the function
applying the @racket[(-> number? number?)] contract to the function
because it comes first, even though
@racket[(-> string? string? string?)] also applies.