Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linked tr/// description to resulting StrDistance
  • Loading branch information
molecules committed Mar 26, 2019
1 parent 6c01240 commit 6523fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -203,7 +203,7 @@ It behaves similar to
L«C<Str.trans>|/routine/trans» called with a single L<Pair|/type/Pair> argument, where
key is the matching part (characters C<dol> in the example above) and value is
the replacement part (characters C<wne> in the example above). Accepts the
same adverbs as L«C<Str.trans>|/routine/trans». Returns the StrDistance object
same adverbs as L«C<Str.trans>|/routine/trans». Returns the L<StrDistance|/type/StrDistance> object
that measures the distance between original value and the resultant string.
my $str = 'old string';
Expand Down

0 comments on commit 6523fbf

Please sign in to comment.