Fix typo in TRG 21.2.1

This commit is contained in:
Joseph Irwin 2015-03-13 16:54:51 +09:00 committed by Vincent St-Amour
parent 95a8dfb5a7
commit 6b9a50c82d

View File

@ -67,7 +67,7 @@ If the name of the script is needed, it is available via
@racket[(find-system-path 'run-file)], instead of via
@racket[(current-command-line-arguments)].
Usually, then best way to handle command-line arguments is to parse
Usually, the best way to handle command-line arguments is to parse
them using the @racket[command-line] form provided by
@racketmodname[racket]. The @racket[command-line] form extracts
command-line arguments from @racket[(current-command-line-arguments)]