Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix/tweak assignment descriptions (item and list)
  • Loading branch information
raiph committed Mar 27, 2014
1 parent 5065843 commit f262137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/operators.pod
Expand Up @@ -993,8 +993,8 @@ returns the C<$false> branch.
Item assignment.
Places the value of the left-hand side into the container on the right-hand
side.
Places the value of the right-hand side into the container on the left-hand
side. Its exact semantics are left to the container type on the left-hand side.
(Note that item assignment and list assignment have different precedence
levels, and the syntax of the left-hand side decides whether an equal sign
Expand Down Expand Up @@ -1157,7 +1157,7 @@ To generate all Fibonacci numbers up to but excluding 100.
=head1 List Prefix Precedence
=head2 item = (list assignment)
=head2 =
List assignment. Its exact semantics are left to the container type on the
left-hand side. See L<Array> and L<Hash> for common cases.
Expand Down

0 comments on commit f262137

Please sign in to comment.