Skip to content

Commit

Permalink
Fix tense due to pluralization
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 15, 2016
1 parent 20d8f52 commit f8fa69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-nutshell.pod
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ L<S03/Smart matching|https://design.perl6.org/S03.html#Smart_matching>
=head3 C<& | ^> Numeric Bitwise ops
=head3 C<& | ^> Boolean ops
In Perl 5, C<& | ^> were invoked according to the contents of its
In Perl 5, C<& | ^> were invoked according to the contents of their
arguments. For example, C<31 | 33> returns a different result than C<"31" |
"33">.
Expand Down

0 comments on commit f8fa69e

Please sign in to comment.