Skip to content

Commit ede6d5f

Browse files
committed
formatting code typo
1 parent c3d8ba3 commit ede6d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ that are followed by a unit (like I<kg>), but not other numbers:
13151315
Since the lookahead is not part of the match object, the unit
13161316
is not substituted.
13171317
1318-
=head2 «Lookbehind assertions|regex, after; regex, <?after>»
1318+
=head2 X«Lookbehind assertions|regex, after; regex, <?after>»
13191319
13201320
To check that a pattern appears after another pattern, use a
13211321
lookbehind assertion via the C<after> assertion. This has the form:

0 commit comments

Comments
 (0)