Skip to content

Commit

Permalink
fix typo in Callable.pod6
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-little authored and JJ committed Jun 17, 2021
1 parent 33c390b commit ada40bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Callable.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This method is required for the L«C<( )> postcircumfix operator|/language/opera
and the L«C<.( )> postcircumfix operator|/language/operators#index-entry-.(_)». It's what makes
an object actually call-able and needs to be overloaded to let a given object
act like a routine. If the object needs to be stored in a C<&>-sigiled
container, is has to implement Callable.
container, it has to implement Callable.
class A does Callable {
submethod CALL-ME(|c){ 'called' }
Expand Down

0 comments on commit ada40bc

Please sign in to comment.