Skip to content

Commit aa9156b

Browse files
authored
Fixed inconsistent spelling of "newline"
"newline" was spelled as "new-line" two out of four times in the document.
1 parent 4cc8b8d commit aa9156b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-language/lexical-grammar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
250250
 *`h-char-sequence`* *`h-char`*
251251

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

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

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

262262
## Preprocessing numbers
263263

0 commit comments

Comments
 (0)