Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/elixir/pages/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This document covers operators in Elixir, how they are parsed, how they can be d

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

Operator | Associativity
------------------------------------------------------| -------------
Operator | Associativity
----------------------------------------------------- | -------------
`@` | Unary
`.` | Left
`+` `-` `!` `^` `not` `~~~` | Unary
Expand Down