Skip to content

Commit

Permalink
See #3841 #3857
Browse files Browse the repository at this point in the history
simplify the X<> for $*COLLATION
  • Loading branch information
finanalyst committed Apr 3, 2021
1 parent 459358d commit 2f84695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Any.pod6
Expand Up @@ -1437,7 +1437,7 @@ my %hash = 'aa' => 'value', 'Za' => 'second';
say %hash.collate; # (aa => value Za => second);
=end code
This method is affected by the X<B<$*COLLATION>|$*COLLATION> variable, which
This method is affected by the X<$*COLLATION> variable, which
configures the four X<collation levels>. While the 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
Expand Down

0 comments on commit 2f84695

Please sign in to comment.