commit 4374bef788bf66b379e6c3121e21c0386a136f44
parent 9a140b2a437a64cc5cac6fb3e7d89bb082929679
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Mon, 4 Apr 2016 23:52:12 +0200
Changed wording and fixed typo in documentation.
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/scribblings/repltest.scrbl b/scribblings/repltest.scrbl
@@ -93,10 +93,11 @@ prompt being preceded by a comment.
@section{Warning concerning spaces and newlines}
The tests are space-sensitive, so care should be taken to
-include a newline at the end of the file, as in most
-languages, the REPL prints a newline after the result.
-Furthermore, extra spacing like blank lines should not be
-added after the first prompt.
+include a newline at the end of the file. This is due to
+the fact that in most languages, the REPL prints a newline
+after the result. Furthermore, extra spacing like blank
+lines should not be added in the transcript part of the
+file.
@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
result or main module's code).}
@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
language's syntax, for example: