File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Returns the line number (line numbers start to count from 1).
24
24
25
25
method code(Backtrace::Frame:D)
26
26
27
- Returns the code object into which C < .file > and C < .line > point, if avaialble .
27
+ Returns the code object into which C < .file > and C < .line > point, if available .
28
28
29
29
= head2 method subname
30
30
Original file line number Diff line number Diff line change 4
4
5
5
class Capture does Positonal does Associative { }
6
6
7
- A Capture is a an argument list for passing it to a code object.
7
+ A Capture is an argument list for passing it to a code object.
8
8
It contains a list-like part for positional arguments and a hash-like part
9
9
for named arguments.
10
10
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ Example:
381
381
multi method combinations (List:D: Range:D $of = 0..*) returns List:D
382
382
multi sub combinations ($n, $k) returns List:D
383
383
384
- The C < Int > variant teturns all C < $of > -combinations of the invocant list.
384
+ The C < Int > variant returns all C < $of > -combinations of the invocant list.
385
385
For example
386
386
387
387
say .join('|') for <a b c>.combinations(2);
You can’t perform that action at this time.
0 commit comments