Skip to content

Commit 88e4347

Browse files
authored
try to fix one line
1 parent 4ba74a7 commit 88e4347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/opener-chars.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ brackets in such constructs as I<Pod6 declarator blocks>.
1010
The source for the table is the C<token opener> defined in the C<role STD>
1111
in the C<Rakudo grammar>.
1212
13-
=begin table :caption<Opener Graphenes>
13+
=begin table :caption<Opener Graphemes>
1414
Char | Hex | Char | Hex | Char | Hex | Char | Hex
1515
=====+=====+======+=====+======+=====+======+====
1616
17-
\x[0x0028] | 0x0028 | \x[0x003C] | 0x003C | \x[0x005B] | 0x005B | \x[0x007B] | 0x007B
17+
\\x[0x0028] | 0x0028 | \\x[0x003C] | 0x003C | \\x[0x005B] | 0x005B | \\x[0x007B] | 0x007B
1818
--------+---------+---------+---------+---------+---------+---------+--------
1919
\x[0x00AB] | 0x00AB | \x[0x0F3A] | 0x0F3A | \x[0x0F3C] | 0x0F3C | \x[0x169B] | 0x169B
2020
--------+---------+---------+---------+---------+---------+---------+--------

0 commit comments

Comments
 (0)