We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3451b commit 7b00508Copy full SHA for 7b00508
doc/Language/structures.rakudoc
@@ -52,7 +52,7 @@ In this case, C<$list> is using the Scalar sigil and thus will be a L<C<Scalar>|
52
=head1 Complex data structures
53
54
Complex data structures fall in two different broad categories:
55
-L<C<Positional>|/type/Positional> or list-like on the one hand, and
+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
0 commit comments