Skip to content

Commit 62e87b5

Browse files
authored
add example to a sentence that's hard to parse
1 parent 66220b7 commit 62e87b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/list.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ as a courtesy to their users:
748748
=item Use L<C<Slip>|/type/Slip>s when you want to always merge with surrounding lists.
749749
=item Use non-itemized lists when you want to make it easy for the user to flatten.
750750
=item Use itemized lists to protect things the user probably will not want flattened.
751-
=item Use L<C<Array>|/type/Array>s as non-itemized lists of itemized lists, if appropriate.
751+
=item Use L<C<Array>|/type/Array>s as non-itemized lists of itemized lists, if appropriate. (E.g. C<[$(1,2), $(3,4)]>.)
752752
=item Use L<C<Array>|/type/Array>s if the user is going to want to mutate the result without copying it first.
753753

754754
The fact that all elements of an array are itemized (in L<C<Scalar>|/type/Scalar>

0 commit comments

Comments
 (0)