Skip to content

Commit b81387c

Browse files
committed
StrDistance is not actually documented refs #691
But eliminates broken link #561
1 parent 7986696 commit b81387c

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
@@ -197,7 +197,7 @@ It behaves similar to
197197
L«C<Str.trans>|/routine/trans» called with a single L<Pair> argument, where
198198
key is the matching part (characters C<dol> in the example above) and value is
199199
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
200+
same adverbs as L«C<Str.trans>|/routine/trans». Returns the StrDistance object
201201
that measures the distance between original value and the resultant string.
202202
203203
my $str = 'old string';

0 commit comments

Comments
 (0)