Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reword
  • Loading branch information
zoffixznet committed Jun 21, 2016
1 parent cae8d91 commit 2062ac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Language/5to6-perlfunc.pod
Expand Up @@ -1580,8 +1580,7 @@ Not available in Perl 6.
=item tr///
Not well documented in this form, but seems to work similarly to how it
does in Perl 5. The one caveat is that ranges are specified differently.
Works similarly to how it does in Perl 5. The one caveat is that ranges are specified differently.
Instead of using a range "a-z", you would use "a..z", i. e. with Perl's
range operator. In Perl 6, C<tr///> has a method version, which is
better documented, called C<.trans>. C<.trans> uses a list of pairs, as
Expand Down

0 comments on commit 2062ac2

Please sign in to comment.