Merge pull request #200 from EmmanuelOga/patch-1

typo
This commit is contained in:
Sam Tobin-Hochstadt 2015-09-16 15:02:13 -04:00
commit a90a1bd689

View File

@ -34,7 +34,7 @@ This defines a new structure, named @racket[pt], with two fields,
@racket[Real], which corresponds to the @rtech{real numbers}.
The
@racket[struct] form corresponds to its untyped counterpart from
from @racketmodname[racket]---when porting a program from
@racketmodname[racket]---when porting a program from
@racketmodname[racket] to @racketmodname[typed/racket], simply add
type annotations to existing field declarations.