We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d83900 commit df92eb1Copy full SHA for df92eb1
doc/Type/Callable.pod6
@@ -30,8 +30,8 @@ of such a container is C<Callable>.
30
31
method CALL-ME(Callable:D $self: |arguments)
32
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
+This method is required for the L«C<( )> postcircumfix operator|/language/operators#postcircumfix_(_)»
+and the L«C<.( )> postcircumfix operator|/language/operators#index-entry-.(_)». It's what makes
35
an object actually call-able and needs to be overloaded to let a given object
36
act like a routine. If the object needs to be stored in a C<&>-sigiled
37
container, is has to implement Callable.
0 commit comments