Fix typos

This commit is contained in:
Paolo G. Giarrusso 2015-10-06 20:52:22 +02:00 committed by Matthew Flatt
parent aa7c3ac38b
commit a2b213ad1b
2 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ As a form for modularity, @racket[unit] complements @racket[module]:
]
The @racket[lambda] and @racket[class] forms, among others, also allow
paremetrization of code with respect to values that are chosen
parameterization of code with respect to values that are chosen
later. In principle, any of those could be implemented in terms of any
of the others. In practice, each form offers certain
conveniences---such as allowing overriding of methods or especially

View File

@ -204,7 +204,7 @@ To package the program as an executable, you have a few options:
@; ----------------------------------------------------------------------
@section[#:tag "use-module"]{A Note to Readers with Lisp/Scheme Experience}
If you already know something about Racket or Lisp, you might be
If you already know something about Scheme or Lisp, you might be
tempted to put just
@racketblock[