Skip to content

Commit c470f93

Browse files
stonedJJ
authored andcommitted
Adjust operators' classification and xref them
1 parent c52afb9 commit c470f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Callable.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +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 postfix:«( )» and postfix:«.( )». It's what makes
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
3435
an object actually call-able and needs to be overloaded to let a given object
3536
act like a routine. If the object needs to be stored in a C<&>-sigiled
3637
container, is has to implement Callable.

0 commit comments

Comments
 (0)