Fix typos
This commit is contained in:
parent
aa7c3ac38b
commit
a2b213ad1b
|
@ -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
|
||||
|
|
|
@ -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[
|
||||
|
|
Loading…
Reference in New Issue
Block a user