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

Editorial: Change If X is not undefined #472

Merged
merged 4 commits into from
Jul 8, 2020
Merged

Conversation

FrankYFTang
Copy link
Contributor

@FrankYFTang FrankYFTang commented Jul 8, 2020

Reduce double negative in the spec.

See also #458

Reduce double negative in the spec.
Change from
If X is not undefined A else B
to
If X is undefined B else A
Change 
If X is not undefined then A else B
to
If X is undefined then B else A
@FrankYFTang FrankYFTang changed the title EDITORIAL: Change If X is not undefined Editorial Change If X is not undefined Jul 8, 2020
@FrankYFTang FrankYFTang changed the title Editorial Change If X is not undefined Editorial: Change If X is not undefined Jul 8, 2020
Copy link
Member

@leobalter leobalter left a comment

Choose a reason for hiding this comment

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

This is great!

@leobalter leobalter merged commit 7f83b8a into master Jul 8, 2020
@leobalter leobalter deleted the FrankYFTang-patch-5 branch July 8, 2020 18:19
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.

4 participants