Skip to content

Commit f3be1d0

Browse files
committed
Use a better link name to Set/Bag Operators section
1 parent 2ee4b15 commit f3be1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/BagHash.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ say $a ⊖ $b; # set(3)
8787
say $a ⊎ $b; # bag(2(3), 4(2), 3(2))
8888
=end code
8989
90-
See L<setbagmix#Set/Bag Operators> for a complete list of set and bag operators
91-
with detailed explanations.
90+
See L<Set/Bag Operators|setbagmix#Set/Bag Operators> for a complete list of
91+
set and bag operators with detailed explanations.
9292
9393
=head1 See Also
9494

0 commit comments

Comments
 (0)