doc: fix typo
This commit is contained in:
parent
3260489fd3
commit
ef96d98b04
|
@ -42,7 +42,7 @@ JIT compiler is disabled. See @racket[eval-jit-enabled].
|
||||||
|
|
||||||
The CS variant of Racket supports several compilation modes:
|
The CS variant of Racket supports several compilation modes:
|
||||||
machine code, machine-independent, interpreted, and JIT. Machine code
|
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
|
for 3m and CGC. Interpreted mode uses an interpreter at
|
||||||
the level of core @tech{linklet} forms with no compilation. JIT mode
|
the level of core @tech{linklet} forms with no compilation. JIT mode
|
||||||
triggers compilation of individual function forms on demand.
|
triggers compilation of individual function forms on demand.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user