Skip to content

Commit

Permalink
Eliminated indexing entry
Browse files Browse the repository at this point in the history
And linked to the one that's indexed automatically. Closes #3861
  • Loading branch information
JJ committed Apr 5, 2021
1 parent 305e7f9 commit 9ed6044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/Any.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,9 @@ my %hash = 'aa' => 'value', 'Za' => 'second';
say %hash.collate; # (aa => value Za => second);
=end code
This method is affected by the X<$*COLLATION> variable, which
configures the four X<collation levels>. While the Primary, Secondary and
This method is affected by the
L<C<$*COLLATION>|/language/variables#index-entry-$*COLLATION> variable, which
configures the four X<collation levels>. While Primary, Secondary and
Tertiary mean different things for different scripts, for the Latin script used
in English they mostly correspond with Primary being Alphabetic, Secondary being
Diacritics and Tertiary being Case.
Expand Down

0 comments on commit 9ed6044

Please sign in to comment.