Skip to content

Commit c6f030c

Browse files
committed
better link is better
1 parent f206a48 commit c6f030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Associative.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
A common role for types that support name-based lookup through
1010
L«postcircumfix:<{ }>|/language/operators#postcircumfix_{_}», for example L<Hash> and L<Map>.
1111
It is used for type checks in operators that expect to find specific methods to
12-
call. See L<Subscripts|/language/subscripts#Custom_types> for details.
12+
call. See L<Subscripts|/language/subscripts#Methods_to_implement_for_associative_subscripting> for details.
1313
1414
The C<%> sigil restricts variables to objects that do C<Associative>.
1515

0 commit comments

Comments
 (0)