typed-compose.scrbl: Typo.
This commit is contained in:
parent
9c76e34142
commit
b24bd5e658
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
(only-in typed/racket/base
|
||||
-> compose)))
|
||||
|
||||
@title{Utilies for composing functions in Typed Racket}
|
||||
@title{Utilities for composing functions in Typed Racket}
|
||||
|
||||
Typed Racket's @racket[compose] only takes two arguments, because in general it
|
||||
is difficult to specify that the return types and the argument types should be
|
||||
|
|
Loading…
Reference in a new issue