Skip to content

Commit 9fc6dd0

Browse files
committed
fix minor spelling errors and typos
1 parent d6d2e70 commit 9fc6dd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Type/Backtrace/Frame.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Returns the line number (line numbers start to count from 1).
2424
2525
method code(Backtrace::Frame:D)
2626
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.
2828
2929
=head2 method subname
3030

lib/Type/Capture.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
class Capture does Positonal does Associative { }
66
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.
88
It contains a list-like part for positional arguments and a hash-like part
99
for named arguments.
1010

lib/Type/List.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Example:
381381
multi method combinations (List:D: Range:D $of = 0..*) returns List:D
382382
multi sub combinations ($n, $k) returns List:D
383383
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.
385385
For example
386386
387387
say .join('|') for <a b c>.combinations(2);

0 commit comments

Comments
 (0)