File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ particular order that each have a real-number weight assigned to them. (For
11
11
I < mutable > mixes, see L < MixHash > instead.)
12
12
13
13
C < Mix > es are often used for performing weighted random selections - see
14
- L < .roll|method roll > .
14
+ L < .roll|roll > .
15
15
16
16
Objects/values of any type are allowed as mix elements. Within a C < Mix > , items
17
17
that would compare positively with the L < === > operator are considered the same
@@ -63,7 +63,7 @@ the (cumulative) values become the associated numeric weights:
63
63
TODO: Expand this section (using the corresponding section in lib/Type/Bag.pod
64
64
as a guide) after ab5tract's set/bag/mix operator redesign.
65
65
66
- See L < setbagmix# Set/Bag Operators> for a complete list of set and bag operators
66
+ See L < Set/Bag Operators|/language/setbagmix#Set/Bag_Operators > for a complete list of set and bag operators
67
67
with detailed explanations.
68
68
69
69
= head2 sub mix
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ lib/Type/BagHash.pod as a guide) after ab5tract's set/bag/mix operator redesign.
72
72
73
73
= end comment
74
74
75
- See L < setbagmix# Set/Bag Operators> for a complete list of set and bag operators
75
+ See L < Set/Bag Operators|/language/setbagmix#Set/Bag_Operators > for a complete list of set and bag operators
76
76
with detailed explanations.
77
77
78
78
= head1 See Also
You can’t perform that action at this time.
0 commit comments