@@ -187,7 +187,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
187
187
&emsp ; * ` c-char-sequence ` * * ` c-char ` *
188
188
189
189
* ` c-char ` * :\
190
- &emsp ; Any member of the source character set except the single quotation mark (** ` ' ` ** ), backslash (** ` \ ` ** ), or newline character\
190
+ &emsp ; Any member of the source character set except the single quotation mark (** ` ' ` ** ), backslash (** ` \ ` ** ), or new-line character\
191
191
&emsp ; * ` escape-sequence ` *
192
192
193
193
* ` escape-sequence ` * :\
@@ -225,7 +225,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
225
225
&emsp ; * ` s-char-sequence ` * * ` s-char ` *
226
226
227
227
* ` s-char ` * :\
228
- &emsp ; any member of the source character set except the double-quotation mark (** ` " ` ** ), backslash (** ` \ ` ** ), or newline character\
228
+ &emsp ; any member of the source character set except the double-quotation mark (** ` " ` ** ), backslash (** ` \ ` ** ), or new-line character\
229
229
&emsp ; * ` escape-sequence ` *
230
230
231
231
## <a name =" punctuators " ></a > Punctuators
@@ -250,14 +250,14 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
250
250
&emsp ; * ` h-char-sequence ` * * ` h-char ` *
251
251
252
252
* ` 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 ** ` > ` **
254
254
255
255
* ` q-char-sequence ` * :\
256
256
&emsp ; * ` q-char ` * \
257
257
&emsp ; * ` q-char-sequence ` * * ` q-char ` *
258
258
259
259
* ` 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 ** ` " ` **
261
261
262
262
## Preprocessing numbers
263
263
0 commit comments