lower -> faster

This commit is contained in:
Jon Rafkind 2011-05-10 21:56:13 -06:00
parent 4671b5f2ba
commit 3b73fa1462
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ characters, and sometimes the space is required.
@margin-note{Use @racketmodfont{#lang} @racketmodname[racket/base] instead
of @racketmodfont{#lang} @racketmodname[racket] to produce scripts with a
lower startup time.}
faster startup time.}
The simplest script format uses an absolute path to a @exec{racket}
executable followed by a module declaration. For example, if

View File

@ -5,8 +5,8 @@
@title[#:tag "exe"]{@exec{raco exe}: Creating Stand-Alone Executables}
@margin-note{Use a smaller base language to achieve a lower startup time such as
@racketmodfont{#lang} @racketmodname[racket/base] instead of
@margin-note{Use a smaller base language to achieve a faster startup time such
as @racketmodfont{#lang} @racketmodname[racket/base] instead of
@racketmodfont{#lang} @racketmodname[racket] rather than relying on @exec{raco
exe}.}