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 c537c5a commit 291d77dCopy full SHA for 291d77d
doc/Language/signatures.rakudoc
@@ -99,7 +99,7 @@ L<C<Signature>|/type/Signature> literals can contain string/numeric literals
99
my $sig = :('Þor', Str, Int);
100
say <Þor Hammer 1> ~~ $sig; # OUTPUT: «True»
101
102
-And they can also contain the invocant marker
+And they can also contain the invocant marker, explained in the next section:
103
104
class Foo {
105
method bar( $self: ){ "baz" }
0 commit comments