Skip to content

Commit 7b00508

Browse files
authored
whitespace
1 parent ab3451b commit 7b00508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/structures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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 on the one hand, and
55+
L<C<Positional>|/type/Positional> or list-like on the one hand, and
5656
L<C<Associative>|/type/Associative> or key-value pair like on the other hand,
5757
according to how you access its first-level elements.
5858
In general, complex data structures, including

0 commit comments

Comments
 (0)