doc typo and clarification
This commit is contained in:
parent
12f30cf478
commit
2dd8edf73d
|
@ -132,10 +132,10 @@ if it was just an example expression that you were using to explore
|
||||||
area} as above, click @onscreen{Run}, and then evaluate
|
area} as above, click @onscreen{Run}, and then evaluate
|
||||||
@racket[(extract "the boy")] in the @tech{REPL}.
|
@racket[(extract "the boy")] in the @tech{REPL}.
|
||||||
|
|
||||||
With @exec{racket}, you'd save the above text in a file using your
|
When using command-line @exec{racket} instead of DrRacket, you'd save
|
||||||
favorite editor. If you save it as @filepath{extract.rkt}, then after starting
|
the above text in a file using your favorite editor. If you save it as
|
||||||
@exec{racket} in the same directory, you'd evaluate the following
|
@filepath{extract.rkt}, then after starting @exec{racket} in the same
|
||||||
sequence:
|
directory, you'd evaluate the following sequence:
|
||||||
|
|
||||||
@interaction[
|
@interaction[
|
||||||
#:eval piece-eval
|
#:eval piece-eval
|
||||||
|
|
|
@ -178,7 +178,7 @@ currently supported keys are as follows:
|
||||||
@item{@racket['ico] (Windows) : An icon file path (suffix
|
@item{@racket['ico] (Windows) : An icon file path (suffix
|
||||||
@filepath{.ico}) to use for the executable's desktop icon;
|
@filepath{.ico}) to use for the executable's desktop icon;
|
||||||
the executable will have 16x16, 32x32, and 48x48 icons at
|
the executable will have 16x16, 32x32, and 48x48 icons at
|
||||||
4-bit, 8-bit, and 32-bit (RBBA) depths; the icons are copied
|
4-bit, 8-bit, and 32-bit (RGBA) depths; the icons are copied
|
||||||
and generated from any 16x16, 32x32, and 48x48 icons in the
|
and generated from any 16x16, 32x32, and 48x48 icons in the
|
||||||
@filepath{.ico} file.}
|
@filepath{.ico} file.}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user