Skip to content

Commit 39e1c0f

Browse files
committed
Remove extra '<' in C< > block
1 parent 3f26e7b commit 39e1c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ With C<is tighter(&other-operator)> you can squeeze in an operator with a
315315
tighter precedence than the one you specified, but looser than the
316316
next-tighter precedence level.
317317
318-
For example C<< infix:<*> >> has a tighter precedence than C<<< infix:<+> >>,
318+
For example C<< infix:<*> >> has a tighter precedence than C<< infix:<+> >>,
319319
and squeezinge one in between works like this:
320320
321321
=begin code

0 commit comments

Comments
 (0)