diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/inside/overview.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/inside/overview.scrbl index 987adac772..be196db743 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/inside/overview.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/inside/overview.scrbl @@ -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