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: Replaced all non-standard 'increase _x_ by _y_' and 'decrease _x_ by …' statements #803

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

ben-allen
Copy link
Contributor

Replaced all non-standard 'increase x by y' and 'decrease x by …' statements with standard 'Set x to x + y' and 'set x to x - y' statements. fix #677.

Copy link
Contributor

@gibson042 gibson042 left a comment

Choose a reason for hiding this comment

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

Thanks!

…_y_' statements with standard 'Set _x_ to _x_ + _y_' and 'set _x_ to _x_ - _y_' statements
@ben-allen ben-allen force-pushed the replace-increase-decrease branch from 461ae00 to 06ec16a Compare August 17, 2023 02:02
@gibson042 gibson042 merged commit 90d50ea into tc39:master Aug 17, 2023
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.

Replace "{increase,decrease} _alias_ by $value" algorithm steps
2 participants