Skip to content

Commit 44bef71

Browse files
Document new unused ... operator in correct place in operators.md (#13861)
1 parent ae49e4e commit 44bef71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/pages/references/operators.md

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ The following is a table of all the operators that Elixir is capable of parsing,
131131
* `<~>`
132132
* `+++`
133133
* `---`
134+
* `...`
134135

135136
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.
136137

0 commit comments

Comments
 (0)