Skip to content

Commit 50524e6

Browse files
authored
Related #3841
Removing B<..> **inside** a X<> for $*COLLATION . The problem is that there is no specification for a corresponding `L<>` in another file. As the present, the link author has to know how the target will be rendered. So `B<>` could be rendered as `<b> ... </b>` or `<strong>...</strong>` in HTML. **BUT** if this were to be rendered in some other output format (pdf? epub? latex?), the link would fail. This has already happened in `Language/Operators`, where the link author did not include `<strong>...</strong>` in the link. So, I have removed B<> inside the X<>, and simplified the X<>, and corrected the link in Operators. If this has a knock-on effect in other documents, it will be picked up in `Collection` tests when the documentation files are re-rendered.
1 parent 459358d commit 50524e6

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
@@ -1979,7 +1979,7 @@ aspects of the particular character like capitalization.
19791979
19801980
The main difference between C<coll> and C<unicmp> is that the behavior of the
19811981
former can be changed by the
1982-
L<C<$*COLLATION>|/type/Any#index-entry-%24*COLLATION-%24*COLLATION> dynamic
1982+
L<C<$*COLLATION>|/type/Any#index-entry-%24*COLLATION> dynamic
19831983
variable.
19841984
19851985
B<NOTE:> These are not yet implemented in the JVM.

0 commit comments

Comments
 (0)