From 44d257fc13ca19cce52e04d643806e46823d8de6 Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Tue, 20 Apr 2021 01:21:14 -0500 Subject: [PATCH] Fix table in Operators page It was broken due to the changes in d9a23d0d38ce1ada6583eca1c6ce6c861114fca7 --- lib/elixir/pages/operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/elixir/pages/operators.md b/lib/elixir/pages/operators.md index 8508f9a80cd..e9b64240bbe 100644 --- a/lib/elixir/pages/operators.md +++ b/lib/elixir/pages/operators.md @@ -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