Fix name of command in docs.

This commit is contained in:
Vincent St-Amour 2015-06-11 14:03:16 -05:00
parent bf12a2bdd7
commit 97827acba6

View File

@ -9,7 +9,7 @@
@; to associate `history` to the right package:
@(declare-exporting compiler/commands/read)
The @exec{raco expand} command @racket[read]s and pretty-prints the
The @exec{raco read} command @racket[read]s and pretty-prints the
contents of the given files. This command is useful for showing
how a @tt{#reader} or @hash-lang[]-based reader extension converts
input to an S-expression. It is also useful for pretty-printing a term