Skip to content

Commit 0a1d5be

Browse files
committed
Fix formatting of operator table on Methods page
1 parent 2d598e0 commit 0a1d5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/language/methods.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Dart allows you to define operators with the following names:
4747
`<=` | `~/` | `&` | `[]=`
4848
`>=` | `*` | `<<` | `~`
4949
`-` | `%` | `>>` | `==`
50+
5051
{:.table}
5152

5253
:::note

0 commit comments

Comments
 (0)