Skip to content

Commit 1cffb06

Browse files
damsJosé Valim
authored andcommitted
Remove comma from operators table (#7450)
Signed-off-by: José Valim <[email protected]>
1 parent e0f1ba2 commit 1cffb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Operator
2626
`\|` | Right to left
2727
`::` | Right to left
2828
`when` | Right to left
29-
`<-`, `\\` | Left to right
29+
`<-` `\\` | Left to right
3030

3131
## Comparison operators
3232

0 commit comments

Comments
 (0)