Skip to content

Commit

Permalink
Fix inconsistent terminology. pmurias++
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jun 16, 2013
1 parent 8975957 commit ffee47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/continuations.pod
Expand Up @@ -35,7 +35,7 @@ Other values are undefined. In no case will the matched reset be included in
the captured continuation object (although an unmatched reset which is skipped
over would be). Thus, C<control(1, ...)> corresponds to the standard C<control>
operator, while C<control(0, ...)> corresponds to the standard C<control0>
operator. To simulate C<shift> and C<shift0>, manually add the prompt before
operator. To simulate C<shift> and C<shift0>, manually add the reset before
invoking the continuation.

=item nqp::continuationinvoke($cont, $inject)
Expand Down

0 comments on commit ffee47a

Please sign in to comment.