Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better wording, add missing full stop
  • Loading branch information
gfldex committed Feb 16, 2016
1 parent d15c255 commit 4da1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod
Expand Up @@ -58,7 +58,7 @@ sub add ($aB<,> $b) { $a + $b }
As an exception the first parameter may be followed by a colon instead
of a comma to mark the invocant of a method. The invocant is the
thing that was used to call the method, which is usually bound to L<C<self>>
object that was used to call the method, which is usually bound to L<C<self>>.
By specifying it in the signature, you can change the variable name it
is bound to.
Expand Down

0 comments on commit 4da1827

Please sign in to comment.