* Fix typo for style.scrbl

* Fix typo for scribble.scrbl
This commit is contained in:
Tong-Kiat Tan 2018-07-14 00:49:00 +07:00 committed by Leif Andersen
parent 090eed4b28
commit cc4daf074f
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ normally lowercase. For example, use ``The @racket[_thing] argument
is...'' instead of ``@racket[_thing] is...''
Use @racket[etc] for ``@|etc|'' when it does not end a sentence, and
include a comma after ``@|etc|'' unless it ends a sentence of is
include a comma after ``@|etc|'' unless it ends a sentence that is
followed by other punctuation (such as a parenthesis).
@section{Section Titles}

View File

@ -32,7 +32,7 @@ Many pieces of the code base don't live up to the guidelines yet. Here is how
workings. If doing so takes quite a while due to inconsistencies with the
guidelines, please take the time to fix (portions of) the file. After all, if
the inconsistencies throw you off for that much time, others are likely to
have the same problems. If you help fixing it, you reduce future
have the same problems. If you help fix it, you reduce future
maintenance time. Whoever touches the file next will be grateful to you.
@emph{Do} run the test suites, and do @emph{not} change the behavior of
the file.