Skip to content

Commit 820d1c7

Browse files
committed
http://irclog.perlgeek.de/perl6/2015-11-08#i_11502289
1 parent 8b842a5 commit 820d1c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/Language/variables.pod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ List assignment leaves the choice of what to do to the variable on the left.
4848
4949
For example, L<Array> variables (C<@> sigil) empty themselves on list
5050
assignment and then put all the values from the right-hand side into
51-
themselves. Contrary to item assignment, it means that the type of the
52-
variable on the left always stays C<Array>, regardless of the type of the
53-
right-hand side.
51+
themselves.
5452
5553
The type of assignment (item or list) is decided by the first context
5654
seen in the current expression or declarator:

0 commit comments

Comments
 (0)