Fix typo in the docs.
p -> pt (Thanks to Ben Chung for finding it.)
This commit is contained in:
parent
1e32397658
commit
4af7c9d10e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user