Skip to content

Commit 2139f4f

Browse files
committed
[Positional]: EnumMap isn't Positional; other minor tweaks and fixes.
1 parent 0fe1236 commit 2139f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Positional.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
role Positional { ... }
66
7-
Role for objects which support indexing them using C<cirumfix:«[ ]»> (usually
8-
array-like objects). Example objects with Positional role include L<Array>,
9-
L<Range>, L<Buf>, L<EnumMap> and L<PairMap>.
7+
Role for objects which support indexing them using C<circumfix:«[ ]»>
8+
(usually list-like objects). Example types with Positional role
9+
include L<Parcel>, L<List>, L<Array>, L<Range>, and L<Buf>.
1010
1111
=end pod

0 commit comments

Comments
 (0)