Skip to content

Commit e9ff4ce

Browse files
committed
Link [] postcircumfix operator
1 parent 70d1e5b commit e9ff4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Positional.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
role Positional { ... }
88
9-
Role for objects which support indexing them using C<postcircumfix:«[ ]»>
9+
Role for objects which support indexing them using the L«C< [ ] > postcircumfix operator|/language/operators#postcircumfix_[_]»
1010
(usually list-like objects). Example types with Positional role
1111
include L<List|/type/List>, L<Array|/type/Array>, L<Range|/type/Range>, and L<Buf|/type/Buf>.
1212

0 commit comments

Comments
 (0)