Corrected a typo in the contracts reference ('exmaple' -> 'example').

svn: r14151
This commit is contained in:
Carl Eastlund 2009-03-17 15:36:36 +00:00
parent 0a0053c9fd
commit 2068a5dcc3

View File

@ -367,7 +367,7 @@ The @scheme[case->] contract is a specialized contract,
designed to match @scheme[case-lambda] and designed to match @scheme[case-lambda] and
@scheme[unconstrained-domain->] allows range checking @scheme[unconstrained-domain->] allows range checking
without requiring that the domain have any particular shape without requiring that the domain have any particular shape
(see below for an exmaple use). (see below for an example use).
@defform*/subs[#:literals (any values) @defform*/subs[#:literals (any values)
[(-> dom ... range)] [(-> dom ... range)]