Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extra '<' in C< > block
  • Loading branch information
Paul Cochrane committed Feb 20, 2015
1 parent 3f26e7b commit 39e1c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/functions.pod
Expand Up @@ -315,7 +315,7 @@ With C<is tighter(&other-operator)> you can squeeze in an operator with a
tighter precedence than the one you specified, but looser than the
next-tighter precedence level.
For example C<< infix:<*> >> has a tighter precedence than C<<< infix:<+> >>,
For example C<< infix:<*> >> has a tighter precedence than C<< infix:<+> >>,
and squeezinge one in between works like this:
=begin code
Expand Down

0 comments on commit 39e1c0f

Please sign in to comment.