Skip to content

Commit 291d77d

Browse files
authored
In signatures.rakudoc, remark that "invocant marker" gets explained in the next section
This is the first time the term "invocant marker" is used in this document, so let readers know that they'll find it explained immediately hereafter.
1 parent c537c5a commit 291d77d

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)