fix typos in printer.scrbl

This commit is contained in:
Gustavo Massaccesi 2019-05-20 23:51:33 -03:00
parent b52dbdcd5b
commit b877b9f031

View File

@ -79,7 +79,7 @@ special characters:
@t{
@hspace[2] @litchar{(} @litchar{)} @litchar{[} @litchar{]}
@litchar["}"] @litchar["}"]
@litchar["{"] @litchar["}"]
@litchar{"} @litchar{,} @litchar{'} @litchar{`}
@litchar{;} @litchar{\}
}
@ -622,7 +622,7 @@ For internal testing purposes, when the
@as-index{@envvar{PLT_VALIDATE_LOAD}} environment variable is set, the
reader runs a validator on bytecode parsed from @litchar{#~}. The
validator may catch miscompilations or bytecode-file corruption. The
validtor may run lazily, such as checking a procedure only when the
validator may run lazily, such as checking a procedure only when the
procedure is called.
@history[#:changed "6.90.0.21" @elem{Adjusted the effect of changing