Skip to content

Commit

Permalink
Ep8: explain action method for postcircumfix:<[ ]>.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 20, 2010
1 parent 05c7841 commit 303e5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial_episode_8.pod
Expand Up @@ -119,7 +119,7 @@ index.
make $past;
}

First, we retrieve the PAST node for expression. Then, we create a keyed
First, we retrieve the PAST node for EXPR. Then, we create a keyed
variable access operation, by creating a PAST::Var node and setting its scope
to C<keyed>. If a C<PAST::Var> node has keyed scope, then the first child is
evaluated as the aggregate object, and the second child is evaluated as the
Expand Down

0 comments on commit 303e5a4

Please sign in to comment.