From 6b9a50c82db753029d8e2095a7f283d8290b38dd Mon Sep 17 00:00:00 2001 From: Joseph Irwin Date: Fri, 13 Mar 2015 16:54:51 +0900 Subject: [PATCH] Fix typo in TRG 21.2.1 --- pkgs/racket-doc/scribblings/guide/scripts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/scripts.scrbl b/pkgs/racket-doc/scribblings/guide/scripts.scrbl index 407218a3a0..89db368f6c 100644 --- a/pkgs/racket-doc/scribblings/guide/scripts.scrbl +++ b/pkgs/racket-doc/scribblings/guide/scripts.scrbl @@ -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)]