Changed wording and fixed typo in documentation.
This commit is contained in:
parent
9a140b2a43
commit
4374bef788
|
@ -93,10 +93,11 @@ prompt being preceded by a comment.
|
||||||
@section{Warning concerning spaces and newlines}
|
@section{Warning concerning spaces and newlines}
|
||||||
|
|
||||||
The tests are space-sensitive, so care should be taken to
|
The tests are space-sensitive, so care should be taken to
|
||||||
include a newline at the end of the file, as in most
|
include a newline at the end of the file. This is due to
|
||||||
languages, the REPL prints a newline after the result.
|
the fact that in most languages, the REPL prints a newline
|
||||||
Furthermore, extra spacing like blank lines should not be
|
after the result. Furthermore, extra spacing like blank
|
||||||
added after the first prompt.
|
lines should not be added in the transcript part of the
|
||||||
|
file.
|
||||||
|
|
||||||
@section{Future improvements}
|
@section{Future improvements}
|
||||||
|
|
||||||
|
@ -113,7 +114,7 @@ Later versions of this package will allow customizing the following aspects:
|
||||||
part of it (and therefore will be part of the preceding
|
part of it (and therefore will be part of the preceding
|
||||||
result or main module's code).}
|
result or main module's code).}
|
||||||
@item{Disable calling @racket[read] on the output
|
@item{Disable calling @racket[read] on the output
|
||||||
expressions, which can be useful when the output contain
|
expressions, which can be useful when the output contains
|
||||||
unbalanced parenthesis, or do not otherwise match the
|
unbalanced parenthesis, or do not otherwise match the
|
||||||
language's syntax, for example:
|
language's syntax, for example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user