Skip to content

Commit

Permalink
Fix (cont) link around the .contains gotcha
Browse files Browse the repository at this point in the history
Closes #4128
  • Loading branch information
2colours committed Nov 15, 2022
1 parent 552607a commit 09900e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/traps.pod6
Expand Up @@ -462,7 +462,7 @@ say @menu.contains('er fr'); # True!
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<(cont)|/routine/(cont), infix > operator for single elements, and the
L<<superset|/language/operators#infix_(>=),_infix_⊇>> and L<<strict superset|/language/operators#infix_(>),_infix_⊃>>
operators for multiple elements.
Expand Down

0 comments on commit 09900e5

Please sign in to comment.