Skip to content

Fix C lexical grammar docs about string-literal #858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 18, 2019
Merged

Fix C lexical grammar docs about string-literal #858

merged 2 commits into from
Mar 18, 2019

Conversation

ki-foobar
Copy link
Contributor

C string literal's delimiter is not a single quotation ('), but a double quotation (").

string-literal:
' s-char-sequence opt '
L' s-char-sequence opt '

https://docs.microsoft.com/en-us/cpp/c-language/summary-of-string-literals?view=vs-2017

C string literal's delimiter is not a single quotation ('), but
a double quotation (").
@PRMerger15
Copy link
Contributor

@ki-foobar : Thanks for your contribution! The author, @, has been notified to review your proposed change.

Fix an additional typo.
@PRMerger16
Copy link
Contributor

@corob-msft : Thanks for your contribution! The author, @, has been notified to review your proposed change.

Copy link
Contributor

@colin-home colin-home left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ki-foobar Approved. Thanks for contributing!

@colin-home colin-home merged commit 987cee5 into MicrosoftDocs:master Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants