Skip to content

Commit 7bb93fc

Browse files
authored
Merge pull request #4130 from 2colours/patch-2
Fix (cont) link around the .contains gotcha
2 parents 552607a + 09900e5 commit 7bb93fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ say @menu.contains('er fr'); # True!
462462
say @menu.contains(<es mi>); # True!
463463
464464
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
465+
L<(cont)|/routine/(cont), infix > operator for single elements, and the
466466
L<<superset|/language/operators#infix_(>=),_infix_⊇>> and L<<strict superset|/language/operators#infix_(>),_infix_⊃>>
467467
operators for multiple elements.
468468

0 commit comments

Comments
 (0)