Skip to content

Commit 43b77ff

Browse files
authored
Missing " in string-literal
1 parent 4f4b793 commit 43b77ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/lexical-grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ For a list of additional Microsoft-specific keywords, see [C keywords](./c-keywo
212212
## <a name="string-literals"></a> String literals
213213

214214
*`string-literal`*:\
215-
&emsp;*`encoding-prefix`* *`s-char-sequence`*<sub>opt</sub> **`"`**
215+
&emsp;*`encoding-prefix`* **`"`** *`s-char-sequence`*<sub>opt</sub> **`"`**
216216

217217
*`encoding-prefix`*:\
218218
&emsp;**`u8`**\

0 commit comments

Comments
 (0)