From 4af7c9d10ea0d75b75137996e02ee2c4e7e9e3d8 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Fri, 13 Nov 2015 14:06:14 -0500 Subject: [PATCH] Fix typo in the docs. p -> pt (Thanks to Ben Chung for finding it.) --- .../scribblings/guide/typed-untyped-interaction.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typed-racket-doc/typed-racket/scribblings/guide/typed-untyped-interaction.scrbl b/typed-racket-doc/typed-racket/scribblings/guide/typed-untyped-interaction.scrbl index d046be40..baa625e5 100644 --- a/typed-racket-doc/typed-racket/scribblings/guide/typed-untyped-interaction.scrbl +++ b/typed-racket-doc/typed-racket/scribblings/guide/typed-untyped-interaction.scrbl @@ -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