Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove some redundant words which probably remained from a copy&paste.
  • Loading branch information
edwinst committed Mar 24, 2015
1 parent 103c676 commit 51cb139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/setbagmix.pod
Expand Up @@ -82,7 +82,7 @@ only C<Set> arguments.
multi sub infix:<(elem)>($a, Any $b --> Bool)
multi sub infix:<(elem)>($a, Set $b --> Bool)
Returns C<True> if C<$a> is an B<element> of C<$b> as an element.
Returns C<True> if C<$a> is an B<element> of C<$b>.
=head4 infix ∈
Expand Down

0 comments on commit 51cb139

Please sign in to comment.