Skip to content

Commit 0485b6f

Browse files
committed
EScape vertical line
1 parent 0a1d5be commit 0485b6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/language/methods.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ class Point {
4242
Operators are instance methods with special names.
4343
Dart allows you to define operators with the following names:
4444

45-
`<` | `+` | `|` | `>>>`
46-
`>` | `/` | `^` | `[]`
47-
`<=` | `~/` | `&` | `[]=`
48-
`>=` | `*` | `<<` | `~`
49-
`-` | `%` | `>>` | `==`
45+
`<` | `+` | `\|` | `>>>`
46+
`>` | `/` | `^` | `[]`
47+
`<=` | `~/` | `&` | `[]=`
48+
`>=` | `*` | `<<` | `~`
49+
`-` | `%` | `>>` | `==`
5050

5151
{:.table}
5252

0 commit comments

Comments
 (0)