Skip to content

Commit 9ed6044

Browse files
committed
Eliminated indexing entry
And linked to the one that's indexed automatically. Closes #3861
1 parent 305e7f9 commit 9ed6044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Any.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,8 +1438,9 @@ my %hash = 'aa' => 'value', 'Za' => 'second';
14381438
say %hash.collate; # (aa => value Za => second);
14391439
=end code
14401440
1441-
This method is affected by the X<$*COLLATION> variable, which
1442-
configures the four X<collation levels>. While the Primary, Secondary and
1441+
This method is affected by the
1442+
L<C<$*COLLATION>|/language/variables#index-entry-$*COLLATION> variable, which
1443+
configures the four X<collation levels>. While Primary, Secondary and
14431444
Tertiary mean different things for different scripts, for the Latin script used
14441445
in English they mostly correspond with Primary being Alphabetic, Secondary being
14451446
Diacritics and Tertiary being Case.

0 commit comments

Comments
 (0)