-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Review of Operators (part 1) #8512
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
Conversation
...when operators are changed.
…rs page ^^^ was missing. ^ and = had their precedence swapped.
"<" should come before ">", so <= before >>, <<< before >>>, <<~ before ~>>, and so on.
lib/elixir/pages/Operators.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commas added before "then"
lib/elixir/pages/Operators.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing operator added
lib/elixir/pages/Operators.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
precedence corrected
lib/elixir/pages/Operators.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"strict" instead of "stricter"
8bc282b to
6df94eb
Compare
|
suggestions implemented! |
6df94eb to
0da8ff6
Compare
|
❤️ 💚 💙 💛 💜 |
This is part one (of two hopefully), broken into several commits to ease the reviewing