We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1d5be commit 0485b6fCopy full SHA for 0485b6f
src/content/language/methods.md
@@ -42,11 +42,11 @@ class Point {
42
Operators are instance methods with special names.
43
Dart allows you to define operators with the following names:
44
45
-`<` | `+` | `|` | `>>>`
46
-`>` | `/` | `^` | `[]`
47
-`<=` | `~/` | `&` | `[]=`
48
-`>=` | `*` | `<<` | `~`
49
-`-` | `%` | `>>` | `==`
+`<` | `+` | `\|` | `>>>`
+`>` | `/` | `^` | `[]`
+`<=` | `~/` | `&` | `[]=`
+`>=` | `*` | `<<` | `~`
+`-` | `%` | `>>` | `==`
50
51
{:.table}
52
0 commit comments