Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a better link name to Set/Bag Operators section
  • Loading branch information
Paul Cochrane committed Jun 14, 2015
1 parent 2ee4b15 commit f3be1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/BagHash.pod
Expand Up @@ -87,8 +87,8 @@ say $a ⊖ $b; # set(3)
say $a ⊎ $b; # bag(2(3), 4(2), 3(2))
=end code
See L<setbagmix#Set/Bag Operators> for a complete list of set and bag operators
with detailed explanations.
See L<Set/Bag Operators|setbagmix#Set/Bag Operators> for a complete list of
set and bag operators with detailed explanations.
=head1 See Also
Expand Down

0 comments on commit f3be1d0

Please sign in to comment.