X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/4f634d205ba36abb1a9b0a0d81a2912f1b3ff96a..a5b9e2bef2e640d841229bd7ec1b69782e6e7e70:/doc/syntax.tex diff --git a/doc/syntax.tex b/doc/syntax.tex index ef37a38..7eed24f 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -190,9 +190,9 @@ during translation. They are read using a simple scanner which nonetheless understands C comments and string and character literals. A C fragment is terminated by one of a small number of delimiter characters -determined by the immediately surrounding context -- usually a closing brace -or bracket. The first such delimiter character which is not enclosed in -brackets, braces or parenthesis ends the fragment. +determined by the immediately surrounding context -- usually some kind of +bracket. The first such delimiter character which is not enclosed in +brackets, braces or parentheses ends the fragment. %%%-------------------------------------------------------------------------- \section{C types} \label{sec:syntax.type}