Skip to content

Commit

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

0 comments on commit 0de156d

Please sign in to comment.