-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Inconsistent spacing around binary operators #925
Comments
hey guys, could I work on this issue, is this a good issue for a |
@dantesolis Go for it! I think an editorial patch like this would be great for a first-time contributor. You can do this by editing the spec.html file in this repository and making a PR on GitHub. Feel free to ask questions here or on the #tc39 channel on Freenode IRC. |
@dantesolis are you still hoping to take this on? |
If not, I'll do it. |
@jmdyck Go for it. I also ran into this in the mathematical values change. |
(resolves issue tc39#925)
(resolves issue tc39#925)
Mostly there seems to be space between binary operators and their operands, e.g.
Repeat, while q ≠ s
,If e = p
, etc. But sometimes there is no spacing, e.g. the latter half ofIf e = p, let q be q+1
, or the former half ofIf q+r > s
.Obviously very minor, but I think cleaning this up to add spaces everywhere would be good.
The text was updated successfully, but these errors were encountered: