Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 30, 2019
1 parent 6362417 commit 3569484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/traps.pod6
Expand Up @@ -464,7 +464,7 @@ say @menu.contains(<es mi>); # True!
If you actually want to check for the presence of an element, use the
L<(cont)|/routine/(elem), infix ∈> operator for single elements, and the
L<superset|/language/operators#infix_(<=),_infix_⊆> and L<strict superset|/language/operators#infix_(>),_infix_⊃>
L<superset|/language/operators#infix_(<=), _infix_⊆> and L<strict superset|/language/operators#infix_(>), _infix_⊃>
operators for multiple elements.
=for code
Expand Down

0 comments on commit 3569484

Please sign in to comment.