Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed missing C in C<->
  • Loading branch information
Util committed Jan 22, 2016
1 parent 68fa353 commit fbdcc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlop.pod
Expand Up @@ -100,7 +100,7 @@ use C<@ones = 1 xx 80;>.
=head2 Additive Operators
Binary C<+> and <-> do addition and subtraction, respectively, as you would
Binary C<+> and C<-> do addition and subtraction, respectively, as you would
expect..
As C<.> is the method call operator, so binary C<~> acts as the
Expand Down

0 comments on commit fbdcc94

Please sign in to comment.