Skip to content

Commit ab3451b

Browse files
authored
reword sentence for better clarity
1 parent 1b1e10d commit ab3451b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/Language/structures.rakudoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ In this case, C<$list> is using the Scalar sigil and thus will be a L<C<Scalar>|
5252
=head1 Complex data structures
5353

5454
Complex data structures fall in two different broad categories:
55-
L<C<Positional>|/type/Positional>, or list-like and
56-
L<C<Associative>|/type/Associative>, or key-value pair like, according to how you
57-
access its first-level elements. In general, complex data structures, including
55+
L<C<Positional>|/type/Positional> or list-like on the one hand, and
56+
L<C<Associative>|/type/Associative> or key-value pair like on the other hand,
57+
according to how you access its first-level elements.
58+
In general, complex data structures, including
5859
objects, will be a combination of both, with object properties assimilated to
5960
key-value pairs. While all objects subclass L<C<Mu>|/type/Mu>, in general complex objects
6061
are instances of subclasses of L<C<Any>|/type/Any>. While it is theoretically possible to mix

0 commit comments

Comments
 (0)