diff --git a/lib/elixir/pages/references/operators.md b/lib/elixir/pages/references/operators.md index 8cefd445bcd..d6816213688 100644 --- a/lib/elixir/pages/references/operators.md +++ b/lib/elixir/pages/references/operators.md @@ -131,6 +131,7 @@ The following is a table of all the operators that Elixir is capable of parsing, * `<~>` * `+++` * `---` + * `...` The following operators are used by the `Bitwise` module when imported: [`&&&`](`Bitwise.&&&/2`), [`<<<`](`Bitwise.<<>>`](`Bitwise.>>>/2`), and [`|||`](`Bitwise.|||/2`). See the `Bitwise` documentation for more information.