Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Identified type and fixed
  • Loading branch information
lizmat committed Apr 12, 2014
1 parent 8dbfac0 commit 9e5a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Expand Up @@ -4094,7 +4094,7 @@ If you apply an assignment operator to a container containing a type object
you are implementing some kind of notional "reduction" to an accumulator
variable. To that end, the operation is defined in terms
of the corresponding reduction operator, where the type object
autovivifies to the operator's identify value. So if you say:
autovivifies to the operator's identity value. So if you say:

$x -= 1;

Expand Down

0 comments on commit 9e5a70e

Please sign in to comment.