doc: fix typo

This commit is contained in:
sorawee 2020-12-08 08:20:55 -08:00 committed by Matthew Flatt
parent 3260489fd3
commit ef96d98b04

View File

@ -42,7 +42,7 @@ JIT compiler is disabled. See @racket[eval-jit-enabled].
The CS variant of Racket supports several compilation modes:
machine code, machine-independent, interpreted, and JIT. Machine code
is the primay mode, and the machine-independent mode is the same as
is the primary mode, and the machine-independent mode is the same as
for 3m and CGC. Interpreted mode uses an interpreter at
the level of core @tech{linklet} forms with no compilation. JIT mode
triggers compilation of individual function forms on demand.