Skip to content

Commit d38c72a

Browse files
committed
perllocale: Use L</Foo Bar>, not L<Foo Bar>
1 parent 2d26cf4 commit d38c72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perllocale.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ perform a char-by-char comparison, and only returns I<0> (equal) if the
313313
operands are char-for-char identical. If you really want to know whether
314314
two strings--which C<eq> and C<cmp> may consider different--are equal
315315
as far as collation in the locale is concerned, see the discussion in
316-
L<Category C<LC_COLLATE>: Collation>.
316+
L</Category C<LC_COLLATE>: Collation>.
317317

318318
=item *
319319

0 commit comments

Comments
 (0)