Fix typo in the docs.

p -> pt
(Thanks to Ben Chung for finding it.)
This commit is contained in:
Leif Andersen 2015-11-13 14:06:14 -05:00
parent 1e32397658
commit 4af7c9d10e

View File

@ -49,7 +49,7 @@ typed/racket
[#:struct pt ([x : Real] [y : Real])]
[distance (-> pt pt Real)])
(distance (pt 3 5) (p 7 0))
(distance (pt 3 5) (pt 7 0))
]
The @racket[require/typed] form has several kinds of clauses. The