Skip to content

Commit 70d2dcf

Browse files
authored
Merge pull request #4104 from weijuwang/patch-1
Fixed inconsistent spelling of "newline"
2 parents f8e74b1 + 2bc0468 commit 70d2dcf

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
@@ -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

0 commit comments

Comments
 (0)