We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7986696 commit b81387cCopy full SHA for b81387c
doc/Language/operators.pod6
@@ -197,7 +197,7 @@ It behaves similar to
197
L«C<Str.trans>|/routine/trans» called with a single L<Pair> argument, where
198
key is the matching part (characters C<dol> in the example above) and value is
199
the replacement part (characters C<wne> in the example above). Accepts the
200
-same adverbs as L«C<Str.trans>|/routine/trans». Returns the L<StrDistance> object
+same adverbs as L«C<Str.trans>|/routine/trans». Returns the StrDistance object
201
that measures the distance between original value and the resultant string.
202
203
my $str = 'old string';
0 commit comments