Skip to content

Commit 0b4eb72

Browse files
eksperimentaljosevalim
authored andcommitted
Fix table in Operators page (#10930)
It was broken due to the changes in d9a23d0
1 parent a83fddb commit 0b4eb72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/pages/operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This document covers operators in Elixir, how they are parsed, how they can be d
66

77
The following is a list of all operators that Elixir is capable of parsing, ordered from higher to lower precedence, alongside their associativity:
88

9-
Operator | Associativity
10-
------------------------------------------------------| -------------
9+
Operator | Associativity
10+
----------------------------------------------------- | -------------
1111
`@` | Unary
1212
`.` | Left
1313
`+` `-` `!` `^` `not` `~~~` | Unary

0 commit comments

Comments
 (0)