Couple of grammar fixes.

This commit is contained in:
Marc Burns 2014-08-29 21:23:00 -04:00 committed by Vincent St-Amour
parent aa43a958d2
commit 0353211b81

View File

@ -3,11 +3,11 @@
@title[#:tag "overview"]{Overview}
The Racket run-time system is responsible for the implementation
The Racket run-time system is responsible for the implementation of
primitive datatypes such as numbers and strings, the evaluation and/or
JIT compilation of Racket bytecode, the macro expansion and
compilation of Racket from source to bytecode, the allocation and
reclamation of memory used during evaluation, and the scheduling
reclamation of memory used during evaluation, and the scheduling of
concurrent threads and parallel tasks.
Much of the language provided by @racketmodname[racket/base] is