Skip to content

Commit 96c1086

Browse files
authored
Merge pull request #4643 from schultzdavid/patch-10
In signatures.rakudoc, remark that "invocant marker" gets explained in the following section
2 parents 331b797 + 291d77d commit 96c1086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/signatures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ L<C<Signature>|/type/Signature> literals can contain string/numeric literals
9999
my $sig = :('Þor', Str, Int);
100100
say <Þor Hammer 1> ~~ $sig; # OUTPUT: «True␤»
101101

102-
And they can also contain the invocant marker
102+
And they can also contain the invocant marker, explained in the next section:
103103

104104
class Foo {
105105
method bar( $self: ){ "baz" }

0 commit comments

Comments
 (0)