Skip to content

Commit f9ceba0

Browse files
authored
singular → plural
1 parent cef16b9 commit f9ceba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Capture.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Returns the number of positional elements in the C<Capture>.
146146
multi method keys(Capture:D: --> Seq:D)
147147

148148
Returns a L<C<Seq>|/type/Seq> containing all positional keys followed by all
149-
named keys. For positional arguments the keys are the respective argument's
150-
ordinal position starting from zero.
149+
named keys. For positional arguments the keys are the respective arguments'
150+
ordinal positions starting from zero.
151151

152152
my $capture = \(2, 3, 5, apples => (red => 2));
153153
say $capture.keys; # OUTPUT: «(0 1 2 apples)␤»

0 commit comments

Comments
 (0)