Skip to content

Commit 2bc0468

Browse files
authored
Respelled "newline" as "new-line"
1 parent aa9156b commit 2bc0468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/c-language/lexical-grammar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
187187
 *`c-char-sequence`* *`c-char`*
188188

189189
*`c-char`*:\
190-
 Any member of the source character set except the single quotation mark (**`'`**), backslash (**`\`**), or newline character\
190+
 Any member of the source character set except the single quotation mark (**`'`**), backslash (**`\`**), or new-line character\
191191
 *`escape-sequence`*
192192

193193
*`escape-sequence`*:\
@@ -225,7 +225,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
225225
 *`s-char-sequence`* *`s-char`*
226226

227227
*`s-char`*:\
228-
 any member of the source character set except the double-quotation mark (**`"`**), backslash (**`\`**), or newline character\
228+
 any member of the source character set except the double-quotation mark (**`"`**), backslash (**`\`**), or new-line character\
229229
 *`escape-sequence`*
230230

231231
## <a name="punctuators"></a> Punctuators
@@ -250,14 +250,14 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
250250
&emsp;*`h-char-sequence`* *`h-char`*
251251

252252
*`h-char`*:\
253-
&emsp;any member of the source character set except the newline character and **`>`**
253+
&emsp;any member of the source character set except the new-line character and **`>`**
254254

255255
*`q-char-sequence`*:\
256256
&emsp;*`q-char`*\
257257
&emsp;*`q-char-sequence`* *`q-char`*
258258

259259
*`q-char`*:\
260-
&emsp;any member of the source character set except the newline character and **`"`**
260+
&emsp;any member of the source character set except the new-line character and **`"`**
261261

262262
## Preprocessing numbers
263263

0 commit comments

Comments
 (0)