Skip to content

Commit efb43e6

Browse files
0rircoke
authored andcommitted
Inconsistent commafication in precedence table
1 parent 13cdb63 commit efb43e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ level.
6060
List prefix | right | print push say die map substr ... [\+] [*] any Z=
6161
Loose and | list | and andthen notandthen
6262
Loose or | list | or xor orelse
63-
Sequencer¹ | list | <==, ==>, <<==, ==>>
64-
Terminator¹ | non | ; {...}, unless, extra ), ], }
63+
Sequencer¹ | list | <== ==> <<== ==>>
64+
Terminator¹ | non | ; {...} unless extra ) ] }
6565

6666
=end table
6767

0 commit comments

Comments
 (0)