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 6c01240 commit 6523fbfCopy full SHA for 6523fbf
doc/Language/operators.pod6
@@ -203,7 +203,7 @@ It behaves similar to
203
L«C<Str.trans>|/routine/trans» called with a single L<Pair|/type/Pair> argument, where
204
key is the matching part (characters C<dol> in the example above) and value is
205
the replacement part (characters C<wne> in the example above). Accepts the
206
-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
207
that measures the distance between original value and the resultant string.
208
209
my $str = 'old string';
0 commit comments