Skip to content

Commit

Permalink
Document new unused ... operator in correct place in operators.md (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
christhekeele authored Sep 26, 2024
1 parent ae49e4e commit 44bef71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/elixir/pages/references/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<<</2`), [`>>>`](`Bitwise.>>>/2`), and [`|||`](`Bitwise.|||/2`). See the `Bitwise` documentation for more information.

Expand Down

0 comments on commit 44bef71

Please # to comment.