Skip to content

Commit 1c279b0

Browse files
committed
[Signature] Grammatical fixups.
1 parent b9e3cd0 commit 1c279b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Signature.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ That is, it describes what and how many arguments you need to pass to it
99
for invocation.
1010
1111
Passing arguments to a signature I<binds> the arguments the parameters,
12-
and loosly speaken to the signature.
12+
and (loosely speaking) to the signature.
1313
1414
=head1 Methods
1515
@@ -31,6 +31,6 @@ the signature.
3131
method count(Signature:D:) returns Real:D
3232
3333
Returns the maximal number of positional arguments which can be bound
34-
to the signature. Returns C<Inf> if there a positional parameter is slurpy.
34+
to the signature. Returns C<Inf> if there is a slurpy positional parameter.
3535
3636
=end pod

0 commit comments

Comments
 (0)