We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552607a + 09900e5 commit 7bb93fcCopy full SHA for 7bb93fc
doc/Language/traps.pod6
@@ -462,7 +462,7 @@ say @menu.contains('er fr'); # True!
462
say @menu.contains(<es mi>); # True!
463
464
If you actually want to check for the presence of an element, use the
465
-L<(cont)|/routine/(elem), infix ∈> operator for single elements, and the
+L<(cont)|/routine/(cont), infix ∋> operator for single elements, and the
466
L<<superset|/language/operators#infix_(>=),_infix_⊇>> and L<<strict superset|/language/operators#infix_(>),_infix_⊃>>
467
operators for multiple elements.
468
0 commit comments