From e8d5c70baa2cf80eab4d94dd325bd92192017d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 28 Sep 2017 18:32:52 +0200 Subject: Move & up in the operator table to avoid conflicts with | in cons, closes #6613 --- lib/elixir/pages/Operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elixir/pages') diff --git a/lib/elixir/pages/Operators.md b/lib/elixir/pages/Operators.md index 566c13e7b..84217bedf 100644 --- a/lib/elixir/pages/Operators.md +++ b/lib/elixir/pages/Operators.md @@ -20,13 +20,13 @@ Operator `==` `!=` `=~` `===` `!==` | Left to right `&&` `&&&` `and` | Left to right `\|\|` `\|\|\|` `or` | Left to right +`&` | Unary `=` | Right to left `=>` | Right to left `\|` | Right to left `::` | Right to left `when` | Right to left `<-`, `\\` | Left to right -`&` | Unary ## Comparison operators -- cgit v1.2.1