Skip to content

Commit 6523fbf

Browse files
authored
linked tr/// description to resulting StrDistance
1 parent 6c01240 commit 6523fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ It behaves similar to
203203
L«C<Str.trans>|/routine/trans» called with a single L<Pair|/type/Pair> argument, where
204204
key is the matching part (characters C<dol> in the example above) and value is
205205
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
206+
same adverbs as L«C<Str.trans>|/routine/trans». Returns the L<StrDistance|/type/StrDistance> object
207207
that measures the distance between original value and the resultant string.
208208
209209
my $str = 'old string';

0 commit comments

Comments
 (0)