Skip to content

Commit fde229c

Browse files
committed
[gloassary] grammar fix by diakopter++
1 parent 337a4af commit fde229c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/glossary.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ attributes, and an instance carries it forward into the real world.
6868
6969
=head1 Invocant
7070
71-
The object that a method is called is called the I<invocant> in Perl 6.
71+
The object on which a method is called is called the I<invocant> in Perl 6.
7272
It is what C<self> refers to in a method.
7373
7474
say 'str'.uc; # 'str' is the invocant of method uc

0 commit comments

Comments
 (0)