Skip to content
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

Update expressions.md #1249

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Update expressions.md #1249

merged 1 commit into from
Jan 9, 2025

Conversation

sapph42
Copy link
Contributor

@sapph42 sapph42 commented Jan 9, 2025

The final sentence of section 12.15 (The null coalescing operator) reads:

Otherwise, a and b are incompatible, and a compile-time error occurs.

The formatting around the word "a" in the third clause is a typo - it is not a reference to an object, it is just the word "a". The sentence should read:

Otherwise, a and b are incompatible, and a compile-time error occurs.

PR consists of this change and nothing else.

Fix formatting typo in 12.15 The null coalescing operator
Copy link
Contributor

@jskeet jskeet left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

@jskeet jskeet merged commit e68671f into dotnet:draft-v8 Jan 9, 2025
6 checks passed
@sapph42 sapph42 deleted the patch-1 branch January 9, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants