Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken link in type/Bag
  • Loading branch information
4d47 committed Apr 30, 2016
1 parent cd3dd6d commit 9e2eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Bag.pod
Expand Up @@ -88,7 +88,7 @@ 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
See L<Set/Bag Operators|/language/setbagmix#Set/Bag_Operators> for a complete list of set and bag operators
with detailed explanations.
=head1 Subroutines
Expand Down

0 comments on commit 9e2eac3

Please sign in to comment.