Skip to content

Commit df92eb1

Browse files
committed
Add missing articles
1 parent 3d83900 commit df92eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Callable.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ of such a container is C<Callable>.
3030
3131
method CALL-ME(Callable:D $self: |arguments)
3232
33-
This method is required for L«C<( )> postcircumfix operator|/language/operators#postcircumfix_(_)»
34-
and L«C<.( )> postcircumfix operator|/language/operators#index-entry-.(_)». It's what makes
33+
This method is required for the L«C<( )> postcircumfix operator|/language/operators#postcircumfix_(_)»
34+
and the L«C<.( )> postcircumfix operator|/language/operators#index-entry-.(_)». It's what makes
3535
an object actually call-able and needs to be overloaded to let a given object
3636
act like a routine. If the object needs to be stored in a C<&>-sigiled
3737
container, is has to implement Callable.

0 commit comments

Comments
 (0)