From ef96d98b0404cdcd6d56261ed1d319fdc464ad02 Mon Sep 17 00:00:00 2001 From: sorawee Date: Tue, 8 Dec 2020 08:20:55 -0800 Subject: [PATCH] doc: fix typo --- pkgs/racket-doc/scribblings/reference/compiler.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/compiler.scrbl b/pkgs/racket-doc/scribblings/reference/compiler.scrbl index 84147c665f..d4b0a04a97 100644 --- a/pkgs/racket-doc/scribblings/reference/compiler.scrbl +++ b/pkgs/racket-doc/scribblings/reference/compiler.scrbl @@ -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.